mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-08 19:17:37 +01:00
Fix broken tests on Ubuntu.
This commit is contained in:
parent
5ae222208d
commit
5d5980a210
@ -22,6 +22,12 @@
|
||||
changed_when: false
|
||||
|
||||
# Ubuntu-specific tasks.
|
||||
- name: Ensure dirmngr is installed (gnupg dependency).
|
||||
apt:
|
||||
name: dirmngr
|
||||
state: present
|
||||
when: ansible_distribution == 'Ubuntu'
|
||||
|
||||
- name: Add repository for PHP 7.
|
||||
apt_repository: repo='ppa:ondrej/php'
|
||||
when: ansible_distribution == 'Ubuntu'
|
||||
|
Loading…
Reference in New Issue
Block a user