Merge "Remove the explicit chown root"

This commit is contained in:
Jenkins 2015-07-31 21:17:39 +00:00 committed by Gerrit Code Review
commit f6f288eabd

View File

@ -21,7 +21,7 @@
run_once: True run_once: True
- name: Writing hostname of host with existing cluster files to temp file - name: Writing hostname of host with existing cluster files to temp file
local_action: copy content={{ ansible_hostname }} dest=/tmp/kolla_mariadb_cluster owner=root group=root mode=0600 local_action: copy content={{ ansible_hostname }} dest=/tmp/kolla_mariadb_cluster mode=0600
changed_when: False changed_when: False
always_run: True always_run: True
when: exists.rc == 0 when: exists.rc == 0