Merge "Make openshift-ansible working dir owned by tripleo-admin"
This commit is contained in:
commit
af463b172d
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user