Skip to content

Commit

Permalink
Make apt (install) state configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 8, 2016
1 parent b4e8105 commit 0d94b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- name: install
apt:
name: rsyslog
state: latest
state: "{{ apt_install_state | default('latest') }}"
update_cache: true
cache_valid_time: "{{ apt_update_cache_valid_time | default(3600) }}"
tags:
Expand Down

0 comments on commit 0d94b85

Please sign in to comment.