Skip to content

Commit

Permalink
Replace apt module with package
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Ustyuzhanin committed Mar 6, 2018
1 parent 2986486 commit 4af36fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/packages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---

- name: packages | Make sure the default packages are installed
apt:
package:
name: "{{ yum_default_packages|join(',') }}"
state: present
state: present
when: yum_default_packages

0 comments on commit 4af36fc

Please sign in to comment.