You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO Running default > converge
Molecule default > converge
PLAY [Converge] ****************************************************************
TASK [Gathering Facts] *********************************************************
fatal: [instance]: UNREACHABLE! => {"changed": false, "msg": "Failed to create temporary directory. In some cases, you may have been able to authenticate and did not have permissions on the target directory. Consider changing the remote tmp path in ansible.cfg to a path rooted in \"/tmp\", for more error information use -vvv. Failed command was: ( umask 77 && mkdir -p \"` echo ~/.ansible/tmp `\"&& mkdir \"` echo ~/.ansible/tmp/ansible-tmp-1678283193.9046543-2787-22166436641[105](https://github.com/ktooi/ansible-role-crio/actions/runs/4364865678/jobs/7632820534#step:6:113)1 `\" && echo ansible-tmp-1678283193.9046543-2787-2216643664[110](https://github.com/ktooi/ansible-role-crio/actions/runs/4364865678/jobs/7632820534#step:6:118)51=\"` echo ~/.ansible/tmp/ansible-tmp-1678283193.9046543-2787-221664366411051 `\" ), exited with result 1", "unreachable": true}
PLAY RECAP *********************************************************************
instance : ok=0 changed=0 unreachable=1 failed=0 skipped=0 rescued=0 ignored=0
WARNING Retrying execution failure 4 of: ansible-playbook --diff --inventory /home/runner/.cache/molecule/ktooi.crio/default/inventory --skip-tags molecule-notest,notest /home/runner/work/ansible-role-crio/ansible-role-crio/ktooi.crio/molecule/default/converge.yml
CRITICAL Ansible return code was 4, command was: ['ansible-playbook', '--diff', '--inventory', '/home/runner/.cache/molecule/ktooi.crio/default/inventory', '--skip-tags', 'molecule-notest,notest', '/home/runner/work/ansible-role-crio/ansible-role-crio/ktooi.crio/molecule/default/converge.yml']
WARNING An error occurred during the test sequence action: 'converge'. Cleaning up.
The text was updated successfully, but these errors were encountered:
Molecule の converge を実行しようとした際に job が fail している。
ubuntu2204 のイメージでのみ発生しており、 Gathering Facts のタスクで fatal が出力されていることから、 Role の更新は関係なさそう。
以前は同様の問題は発生していなかった。更新されたイメージの問題?
https://github.com/ktooi/ansible-role-crio/actions/runs/4364865678/jobs/7632820534
The text was updated successfully, but these errors were encountered: