Skip to content

Commit

Permalink
Consistency changes
Browse files Browse the repository at this point in the history
* Improved apt: state
  • Loading branch information
tersmitten committed Jan 9, 2017
1 parent 00c2a78 commit 7350c12
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 dependencies
apt:
name: "{{ item }}"
state: latest
state: "{{ apt_install_state | default('latest') }}"
update_cache: true
cache_valid_time: "{{ apt_update_cache_valid_time | default(3600) }}"
with_items: "{{ ca_certificates_dependencies }}"
Expand Down

0 comments on commit 7350c12

Please sign in to comment.