From bcc7259ea4c1c891656ebdbdcd7b32c4a413583f Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Fri, 4 Nov 2016 16:05:43 -0600 Subject: [PATCH] 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 --- ciao-deploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciao-deploy/Dockerfile b/ciao-deploy/Dockerfile index a81b1de..a31bc03 100644 --- a/ciao-deploy/Dockerfile +++ b/ciao-deploy/Dockerfile @@ -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