Merge "Don't try to chown root:root /tmp/kolla_mariadb_cluster"
This commit is contained in:
commit
b3a127dbad
@ -6,7 +6,7 @@
|
||||
run_once: True
|
||||
|
||||
- name: Creating temp file on localhost
|
||||
local_action: copy content=None dest=/tmp/kolla_mariadb_cluster owner=root group=root mode=0600
|
||||
local_action: copy content=None dest=/tmp/kolla_mariadb_cluster mode=0600
|
||||
changed_when: False
|
||||
always_run: True
|
||||
run_once: True
|
||||
|
Loading…
Reference in New Issue
Block a user