Skip to content

Commit

Permalink
Merge pull request geerlingguy#25 from trinitronx/fix-spurious-alread…
Browse files Browse the repository at this point in the history
…y-installed-failure

Fix geerlingguy#23
  • Loading branch information
geerlingguy authored Apr 20, 2018
2 parents 77df89d + c52652f commit f050bc3
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 f050bc3

Please sign in to comment.