Fix broken tests on Debian 10.

This commit is contained in:
Jeff Geerling 2020-07-24 18:32:20 -05:00
parent 9751de2e2a
commit 0167bfc5e7

View File

@ -26,7 +26,7 @@
apt:
name: dirmngr
state: present
when: ansible_distribution == 'Ubuntu'
when: ansible_os_family == 'Debian'
- name: Add repository for PHP 7.
apt_repository: repo='ppa:ondrej/php'
@ -38,6 +38,7 @@
name:
- apt-transport-https
- ca-certificates
- gnupg2
state: present
when: ansible_distribution == "Debian"