Skip to content

Commit

Permalink
ansilble-lint E405
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bowen committed Dec 28, 2018
1 parent 1ff3d71 commit fb7699c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/setup-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
name: "{{ packages }}"
state: present
update_cache: true
register: task_result
until: task_result is success
retries: 3
delay: 2
4 changes: 4 additions & 0 deletions tasks/setup-RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
name: "{{ packages }}"
state: present
update_cache: true
register: task_result
until: task_result is success
retries: 3
delay: 2

0 comments on commit fb7699c

Please sign in to comment.