Open kraker opened 1 year ago
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
If
pipelining=false
inansible.cfg
thencommunity.general.zypper
module will sometimes fail after installing the Jenkins repository because zypper won't be able to achieve a lock. The following error is generated:This error occurs even when the envar is a reasonable amount such as:
ZYPPER_LOCK_TIMEOUT=20
The work-around is to set
pipelineing=true
inansible.cfg
.