mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-08-27 19:05:49 +00:00
ciao-deploy: fix ansible install of playbooks
With previous change, the clearlinux roles on the docker image are not correctly installed Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
This commit is contained in:
@@ -6,7 +6,7 @@ ENV HOME=/root/
|
||||
|
||||
RUN swupd bundle-add cryptography sysadmin-hostmgmt go-basic c-basic openstack-common $swupd_args
|
||||
|
||||
RUN ansible-galaxy install -r /root/ciao/requirements.yml --ignore-certs
|
||||
RUN ansible-galaxy install -r /usr/share/ansible/examples/ciao/requirements.yml --ignore-certs
|
||||
|
||||
RUN rm -rf /var/lib/swupd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user