Skip to content

Commit a7f40a2

Browse files
committed
Fix pecl_packages installation condition
1 parent fe0faca commit a7f40a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/php/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
become: yes
2626
apt: pkg={{ item }} state=latest force=yes
2727
with_items: '{{ php.pecl_packages }}'
28-
when: php.packages is defined
28+
when: php.pecl_packages is defined
2929

3030
- include: configure.yml

0 commit comments

Comments
 (0)