Closed verdurin closed 5 years ago
I found that this task failed:
TASK [stackhpc.os-images : Ensure download cache dir exists] ********************************************************************************************************************************************** task path: /home/kayobe/kayobe/src/kayobe/ansible/roles/stackhpc.os-images/tasks/main.yml:20 fatal: [seed-vm]: FAILED! => {"changed": false, "msg": "There was an issue creating /opt/kayobe/images as requested: [Errno 13] Permission denied: '/opt/kayobe/images'", "path": "/opt/kayobe/images", "state": "absent”}
so here is a suggested fix.
I created this https://github.com/stackhpc/ansible-role-os-images/pull/13 based on Adam's PR, will also try it out some more.
I found that this task failed:
so here is a suggested fix.