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
This commit is contained in:
Brad P. Crochet 2018-03-01 10:22:10 +00:00
parent 8fa4b1bf09
commit 57ca93f4c5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
- hosts: primary
- hosts: all
tasks:
- name: Ensure artifacts directory exists