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
{{ message }}
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
I am running a full build and it stops with:
2020/05/03 14:27:29 casservices:19.06.1-20200503142552-c96ed66 container build [ERROR] casservices: map[code:127 message:The command '/bin/sh -c ansible-playbook -vv /ansible/playbook.yml --extra-vars layer=ansible --extra-vars PLAYBOOK_SRV=${PLAYBOOK_SRV} --extra-vars container_name=casservices' returned a non-zero code: 127]
Debugging: builds/full-2020-05-03-14-26-09/sas-viya-casservices/log.txt
If I check the log it says:
Having a look at the container, it seems the ansible is not installed.
As a workaround, I added
yum install --assumeyes epel-release;\
before
yum install --assumeyes ansible; \
in container.go.
After that, the build went on.
The text was updated successfully, but these errors were encountered: