ansible-later/testenv/lib/python2.7/site-packages/ansible/galaxy/data/apb/Dockerfile.j2

10 lines
190 B
Docker
Raw Normal View History

2019-04-23 11:04:27 +00:00
FROM ansibleplaybookbundle/apb-base
LABEL "com.redhat.apb.spec"=\
""
COPY playbooks /opt/apb/actions
COPY . /opt/ansible/roles/{{ role_name }}
RUN chmod -R g=u /opt/{ansible,apb}
USER apb