Skip to content

Commit

Permalink
ansible-lint-405
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Oct 2, 2020
1 parent fdacda3 commit ddf9ecc
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 @@ -15,6 +15,10 @@
yum:
name: epel-release
state: present
register: epel_install
until: epel_install is success
retries: 3
delay: 3

- name: Install jmespath
package:
Expand Down

0 comments on commit ddf9ecc

Please sign in to comment.