Skip to content

Commit

Permalink
fix: fix deprication warning
Browse files Browse the repository at this point in the history
closes #7
  • Loading branch information
franklinkim committed May 13, 2019
1 parent f2983cd commit c42d2ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

- name: Installing packages
apt:
pkg: "{{ item }}"
pkg: "{{ apache2_packages }}"
state: present
with_items: "{{ apache2_packages }}"

- name: Adding rules
copy:
Expand Down

0 comments on commit c42d2ce

Please sign in to comment.