Skip to content

Commit

Permalink
Merge pull request #4 from hellofresh/fix-package-manager
Browse files Browse the repository at this point in the history
PTII-273 Replace apt module with package
  • Loading branch information
antonu17 authored Mar 6, 2018
2 parents 2986486 + 4af36fc commit d92f7b6
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 d92f7b6

Please sign in to comment.