rhevm-qe-automation / ovirt-ansible

Ansible playbooks for ovirt management
GNU General Public License v3.0
26 stars 28 forks source link

Retry on yum failure #176

Closed jirimacku closed 5 years ago

jirimacku commented 5 years ago

As we started facing problems with the yum module (especially the lockfile taken by another process issue: ansible/ansible#57189) we need the possibility to retry. As ansible 2.8 suggests the lock_timeout parameter the solution in this PR will work with the ansible 2.7 as well.

jirimacku commented 5 years ago

All changes are contained in this PR: https://github.com/rhevm-qe-automation/ovirt-ansible/pull/178 Not needed anymore.