Remove useless backup
This commit is contained in:
parent
5c5a204872
commit
d4872e6897
9 changed files with 0 additions and 14 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
- name: Copy template conf
|
||||
ansible.builtin.template:
|
||||
backup: true
|
||||
src: "{{ item.src }}"
|
||||
dest: "vaultwarden/{{ item.dest }}"
|
||||
loop:
|
||||
|
@ -17,7 +16,6 @@
|
|||
|
||||
- name: Copy dotenv as root
|
||||
ansible.builtin.template:
|
||||
backup: true
|
||||
owner: root
|
||||
group: root
|
||||
src: ".env.j2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue