mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-01 19:21:28 +00:00
Merge pull request #11 from mrkz/ciao-deploy-fix-galaxy-install
ciao-deploy: fix ansible install of playbooks
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