summaryrefslogtreecommitdiff
path: root/lib/ansible/galaxy
diff options
context:
space:
mode:
authorDerek Whatley <derekwhatley@gmail.com>2018-07-16 22:41:42 -0400
committerAbhijeet Kasurde <akasurde@redhat.com>2018-07-17 08:11:42 +0530
commit24a36696627ee6d72a946a82862d6f0bbbfe6a67 (patch)
treebdaad85b302a77413bc744c8da5e82d7ac568e62 /lib/ansible/galaxy
parente8c90b47eb89af3b8b030bdf3b6737eddc0332bf (diff)
downloadansible-24a36696627ee6d72a946a82862d6f0bbbfe6a67.tar.gz
Fix invalid Dockerfile created by "galaxy init --type apb" (#42017)
Diffstat (limited to 'lib/ansible/galaxy')
-rw-r--r--lib/ansible/galaxy/data/apb/Dockerfile.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ansible/galaxy/data/apb/Dockerfile.j2 b/lib/ansible/galaxy/data/apb/Dockerfile.j2
index 645bb4b750..4d99a8b0c3 100644
--- a/lib/ansible/galaxy/data/apb/Dockerfile.j2
+++ b/lib/ansible/galaxy/data/apb/Dockerfile.j2
@@ -1,6 +1,7 @@
FROM ansibleplaybookbundle/apb-base
LABEL "com.redhat.apb.spec"=\
+""
COPY playbooks /opt/apb/actions
COPY . /opt/ansible/roles/{{ role_name }}