We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0faca commit a7f40a2Copy full SHA for a7f40a2
ansible/roles/php/tasks/main.yml
@@ -25,6 +25,6 @@
25
become: yes
26
apt: pkg={{ item }} state=latest force=yes
27
with_items: '{{ php.pecl_packages }}'
28
- when: php.packages is defined
+ when: php.pecl_packages is defined
29
30
- include: configure.yml
0 commit comments