mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fix invalid Dockerfile created by "galaxy init --type apb" (#42017)
This commit is contained in:
committed by
Abhijeet Kasurde
parent
e8c90b47eb
commit
24a3669662
@@ -1,6 +1,7 @@
|
||||
FROM ansibleplaybookbundle/apb-base
|
||||
|
||||
LABEL "com.redhat.apb.spec"=\
|
||||
""
|
||||
|
||||
COPY playbooks /opt/apb/actions
|
||||
COPY . /opt/ansible/roles/{{ role_name }}
|
||||
|
||||
Reference in New Issue
Block a user