Skip to content

Commit

Permalink
Fix for issue geerlingguy#8
Browse files Browse the repository at this point in the history
  • Loading branch information
Solomon Gifford committed Nov 17, 2015
1 parent c145703 commit 56f04be
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 56f04be

Please sign in to comment.