Skip to content

Commit

Permalink
fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Apr 26, 2016
1 parent 42a81b7 commit e3337e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- name: Install PHP Packages
become: yes
apt: pkg={{ item }} state=latest
with_items: php_packages
with_items: "{{ php_packages }}"
when: php_packages is defined
notify:
- restart php7-fpm
Expand Down

0 comments on commit e3337e6

Please sign in to comment.