Skip to content

Commit

Permalink
make ansible-lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
infothrill committed Sep 15, 2016
1 parent 2e4237f commit 5f182cc
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: "{{ item }}"
state: latest
state: present
update_cache: true
cache_valid_time: "{{ apt_update_cache_valid_time | default(3600) }}"
with_items: "{{ fail2ban_dependencies }}"
Expand Down

0 comments on commit 5f182cc

Please sign in to comment.