mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
* Add APB role_type to ansible-galaxy init * Add handlers scaffolding * Fix shippable errors by setting default * Add unit tests and fix shippable * Updates init description
9 lines
187 B
Django/Jinja
9 lines
187 B
Django/Jinja
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
|