mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Fix broken tests on Debian 10.
This commit is contained in:
parent
9751de2e2a
commit
0167bfc5e7
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user