From 57ca93f4c5ed75ab9ee723d12ad2e62a95bc1eb7 Mon Sep 17 00:00:00 2001 From: "Brad P. Crochet" Date: Thu, 1 Mar 2018 10:22:10 +0000 Subject: [PATCH] Fix docker image publish job The wrong inventory name was being used in the post playbook for the docker image build. This fixes that. Change-Id: Ib416068016a663c7440f61fa0194f92eea1bee16 --- playbooks/docker-buildimage/post.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/docker-buildimage/post.yaml b/playbooks/docker-buildimage/post.yaml index e880e6f97..e142df02a 100644 --- a/playbooks/docker-buildimage/post.yaml +++ b/playbooks/docker-buildimage/post.yaml @@ -1,4 +1,4 @@ -- hosts: primary +- hosts: all tasks: - name: Ensure artifacts directory exists