Merge "Make openshift-ansible working dir owned by tripleo-admin"

This commit is contained in:
Zuul 2019-02-22 18:48:02 +00:00 committed by Gerrit Code Review
commit af463b172d
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,7 @@ outputs:
- - name: openshift_master step 1
when: step == '1'
tags: openshift
become: true
block:
# NOTE(mandre) Remove inventory directory as it may contain
# obsolete files that can mess up the current deployment
@ -189,6 +190,7 @@ outputs:
file:
path: "{{playbook_dir}}/openshift/inventory"
state: directory
owner: "{{ ansible_user }}"
- name: openshift_master step 3
when: step == '3'