Skip to content

Commit

Permalink
Merge pull request #4 from f500/deprecationWarnings
Browse files Browse the repository at this point in the history
solve deprecation warnings
  • Loading branch information
mjmeijerman committed Nov 6, 2018
2 parents bdcfd23 + 0d4593e commit cc8c8a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@

- name: Install packages needed to install Composer
apt:
name: "{{ item }}"
with_items:
- wget
name: wget
state: present
when: not php_composer_binary.stat.exists

- name: Create the install script
Expand Down

0 comments on commit cc8c8a9

Please sign in to comment.