Merge pull request #18 from mrkz/ciao_deploy_dont_use_ansible_galaxy_roles

ciao-deploy: don't install roles from ansible galaxy
This commit is contained in:
Obed N Munoz
2016-11-15 11:54:01 -06:00
committed by GitHub
+1 -3
View File
@@ -5,9 +5,7 @@ ARG swupd_args
ENV HOME=/root/
RUN swupd update $swupd_args
RUN swupd bundle-add cryptography sysadmin-hostmgmt go-basic c-basic openstack-common openstack-python-clients $swupd_args
RUN ansible-galaxy install -r /usr/share/ansible/examples/ciao/requirements.yml --ignore-certs
RUN swupd bundle-add cryptography sysadmin-hostmgmt go-basic c-basic openstack-python-clients $swupd_args
RUN rm -rf /var/lib/swupd