Merge "Don't try to chown root:root /tmp/kolla_mariadb_cluster"

This commit is contained in:
Jenkins 2015-07-28 13:19:57 +00:00 committed by Gerrit Code Review
commit b3a127dbad

View File

@ -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