Use copy here instead of file.
This commit is contained in:
parent
b19c53d31c
commit
fefc75b3d1
1 changed files with 2 additions and 3 deletions
|
@ -72,12 +72,11 @@
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: install /var/tmp/bodhi-bz.cookie file
|
- name: install /var/tmp/bodhi-bz.cookie file
|
||||||
file: >
|
copy: >
|
||||||
path=/var/tmp/bodhi-bz.cookie
|
dest=/var/tmp/bodhi-bz.cookie
|
||||||
owner=bodhi
|
owner=bodhi
|
||||||
group=bodhi
|
group=bodhi
|
||||||
mode=0600
|
mode=0600
|
||||||
state=file
|
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue