Merge pull request #11 from mrkz/ciao-deploy-fix-galaxy-install

ciao-deploy: fix ansible install of playbooks
This commit is contained in:
Obed N Munoz
2016-11-04 16:11:40 -06:00
committed by GitHub
+1 -1
View File
@@ -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