Skip to content

Commit

Permalink
Merge pull request geerlingguy#14 from BlackMesh/master
Browse files Browse the repository at this point in the history
Fix for issue geerlingguy#8 - more reliable installation.
  • Loading branch information
geerlingguy committed Nov 17, 2015
2 parents c145703 + 56f04be commit 10fca84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
yum:
name: "{{ epel_repo_url }}"
state: present
register: result
until: '"failed" not in result'
retries: 5
delay: 10

- name: Import EPEL GPG key.
rpm_key:
Expand Down

0 comments on commit 10fca84

Please sign in to comment.