Skip to content

Commit

Permalink
fix(common/pre-install): debian/ubuntu uses "present" for package sta…
Browse files Browse the repository at this point in the history
  • Loading branch information
deamwork authored and kairen committed Jan 4, 2020
1 parent 8074f43 commit 12f2c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/commons/pre-install/tasks/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
apt:
name: "{{ pkgs }}"
update_cache: yes
state: installed
state: present
with_items: "{{ pkgs }}"

0 comments on commit 12f2c4c

Please sign in to comment.