Use owner= not user=
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
a5bfab5427
commit
418b8a07b2
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
|
||||
- name: deploy staging cookie
|
||||
copy: content="{{rabbitmq_cluster_cookie_staging}}" dest=/var/lib/rabbitmq/.erlang.cookie
|
||||
user=rabbitmq group=rabbitmq mode=0600
|
||||
owner=rabbitmq group=rabbitmq mode=0600
|
||||
when: "env == 'staging'"
|
||||
tags:
|
||||
- rabbitmq_cluster
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue