ansibleで"yum lockfile is held by another process"が発生
事象
yum lockfile is held by another process でfailedする。
解決
lock_timeout を追加
- name: Install stuff
yum:
name:
- git
- python36
lock_timeout: 180
[Ansible] “yum lockfile is held by another process “エラーの対処法|スクショはつらいよ
バージョン2.8から発生する。
This post is licensed under CC BY 4.0 by the author.