Skip to content

Commit

Permalink
Concistency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Dec 22, 2016
1 parent be84f90 commit 678eecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.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') }}"
with_items: "{{ insync_dependencies }}"
tags:
- insync-install-dependencies

0 comments on commit 678eecd

Please sign in to comment.