Fix invalid Dockerfile created by "galaxy init --type apb" (#42017)
This commit is contained in:
parent
e8c90b47eb
commit
24a3669662
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
FROM ansibleplaybookbundle/apb-base
|
FROM ansibleplaybookbundle/apb-base
|
||||||
|
|
||||||
LABEL "com.redhat.apb.spec"=\
|
LABEL "com.redhat.apb.spec"=\
|
||||||
|
""
|
||||||
|
|
||||||
COPY playbooks /opt/apb/actions
|
COPY playbooks /opt/apb/actions
|
||||||
COPY . /opt/ansible/roles/{{ role_name }}
|
COPY . /opt/ansible/roles/{{ role_name }}
|
||||||
|
|
Loading…
Reference in a new issue