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

This just fails when not running as root.

Change-Id: Ic3fc55d519c6165df917cf333a38907232fe3ed7
Partitially-Implements: blueprint ansible-service
Closes-bug: #1476293
This commit is contained in:
Harm Weites 2015-07-23 19:41:49 +02:00
parent bcf8bca808
commit 386ba3070a

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