diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 71d4f68..f4d87f1 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -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 }}"