base: Use copy instead of file
This commit is contained in:
parent
f1468b0f1f
commit
bec7f3a84d
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
||||||
- vim--no_x11 # we need real vim
|
- vim--no_x11 # we need real vim
|
||||||
|
|
||||||
- name: disable nightly cron noise
|
- name: disable nightly cron noise
|
||||||
file:
|
copy:
|
||||||
name: "{{ item }}"
|
dest: "{{ item }}"
|
||||||
content: "VERBOSESTATUS=0\n"
|
content: "VERBOSESTATUS=0\n"
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue