Remove useless backup
This commit is contained in:
parent
5c5a204872
commit
d4872e6897
9 changed files with 0 additions and 14 deletions
|
@ -7,14 +7,12 @@
|
|||
|
||||
- name: Copy protonmail conf
|
||||
ansible.builtin.copy:
|
||||
backup: true
|
||||
src: .
|
||||
dest: protonmail/
|
||||
register: protonmail_copy_files_results
|
||||
|
||||
- name: Copy template conf
|
||||
ansible.builtin.template:
|
||||
backup: true
|
||||
src: "{{ item.src }}"
|
||||
dest: "protonmail/{{ item.dest }}"
|
||||
loop:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue