Skip to content

Commit

Permalink
Merge pull request #9 from Oefenweb/make-apt-install-state-configurable
Browse files Browse the repository at this point in the history
Make apt (install) state configurable
  • Loading branch information
tersmitten authored Nov 9, 2016
2 parents b4e8105 + 0d94b85 commit 2f35e23
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 2f35e23

Please sign in to comment.