Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Feb 4, 2018
1 parent 77df89d commit c52652f
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 @@ -8,7 +8,7 @@
name: "{{ epel_repo_url }}"
state: present
register: result
until: '"failed" not in result'
until: 'result.rc == 0'
retries: 5
delay: 10
when: not epel_repofile_result.stat.exists
Expand Down

0 comments on commit c52652f

Please sign in to comment.