Remove unnecessary dependency. Maybe.

This commit is contained in:
Jeff Geerling 2023-06-12 23:28:53 -05:00
parent bd001863bc
commit 2ceda25029
1 changed files with 0 additions and 7 deletions

View File

@ -21,13 +21,6 @@
when: ansible_os_family == 'Debian'
changed_when: false
# Ubuntu-specific tasks.
- name: Ensure dirmngr is installed (gnupg dependency).
apt:
name: dirmngr
state: present
when: ansible_os_family == 'Debian'
- name: Add repository for PHP 8.
apt_repository: repo='ppa:ondrej/php'
when: ansible_distribution == 'Ubuntu'