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:
Simental Magana, Marcos
2016-11-04 16:05:43 -06:00
parent f7c770ed4b
commit bcc7259ea4
+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