mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-01 19:21:28 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user