base: Use copy instead of file

This commit is contained in:
Timo Makinen 2020-09-01 20:18:14 +00:00
parent f1468b0f1f
commit bec7f3a84d

View file

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