Remove useless backup

This commit is contained in:
¨Florian 2023-06-11 00:19:52 +02:00 committed by Florian RICHER
parent 5c5a204872
commit d4872e6897
9 changed files with 0 additions and 14 deletions

View file

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