Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
merifri committed Jan 7, 2019
1 parent 1d89607 commit e70ad35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
update_cache: yes
state: present
cache_valid_time: "{{ apt_cache_valid_time }}"
retries: "{{ remote_package_retries }}"
register: apt_result
until: apt_result is succeeded
tags:
- firewall

Expand Down
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
ansible_become: yes

apt_cache_valid_time: 86400
remote_package_retries: 5

0 comments on commit e70ad35

Please sign in to comment.