Stop creating all the rc backups.

This commit is contained in:
2026-05-06 17:06:32 -07:00
parent f2ee698fee
commit 94ef15e9c7

View File

@@ -1196,7 +1196,7 @@
marker: '# {mark} MANAGED BY ANSIBLE | Aliases'
state: present
create: yes
backup: yes
backup: no
loop:
- "{{ user_root.home }}"
- "{{ user_user.home }}"
@@ -1213,7 +1213,7 @@
marker: '# {mark} MANAGED BY ANSIBLE | Aliases'
state: present
create: yes
backup: yes
backup: no
loop:
- "{{ user_root.home }}"
- "{{ user_user.home }}"