Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored Oct 22, 2019
1 parent 2a9ce7d commit aab6961
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion menu/roles/update/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,12 @@

- name: remove | cowsay
apt:
name: cowsay
name: "{{ packages }}"
state: absent
vars:
packages:
- cowsay
- nodejs

- name: Ensure systat is ENABLED=true
lineinfile:
Expand Down

0 comments on commit aab6961

Please sign in to comment.