viccross / ansible-playbooks

My collection of Ansible playbooks for various tasks (dominated by Openshift, currently)
Apache License 2.0
2 stars 3 forks source link

Playbook `setup-web-resources` intermittently fails from DNF issues #227

Closed viccross closed 1 month ago

viccross commented 1 month ago

The setup-web-resources playbook gets invoked by Jenkins when a new release of elan-web is created. The workflow is stable and reliable except for the phase that updates the RPM -- occasionally the DNF update will fail due to a transient error in updating the repo metadata. The whole playbook should not fail because of an intermittent transient issue.

viccross commented 1 month ago

Should have been closed automatically by the merge...