Skip to content

Commit

Permalink
Merge pull request #228 from viccross/227-playbook-setup-web-resource…
Browse files Browse the repository at this point in the history
…s-intermittently-fails-from-dnf-issues

Added retries to YUM action
  • Loading branch information
viccross authored Jul 11, 2024
2 parents 9c48218 + c40c71b commit df8b14d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions local-playbooks/roles/setup-web-resources/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@
name: elan-web
state: latest
update_cache: yes
retries: 3
delay: 6
register: result
until: result is not failed

- name: Set permission on the HTML files to enable Includes
file:
Expand Down

0 comments on commit df8b14d

Please sign in to comment.