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
|
||||
|
||||
- name: disable nightly cron noise
|
||||
file:
|
||||
name: "{{ item }}"
|
||||
copy:
|
||||
dest: "{{ item }}"
|
||||
content: "VERBOSESTATUS=0\n"
|
||||
mode: 0644
|
||||
owner: root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue