From 2d95d3be8f0a634c826662751ddaa01b6efe0a1c Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 6 May 2026 18:32:35 -0700 Subject: [PATCH] Do not allow errors in env-snhared install. --- tasks/general/acct_mgmt/users.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index f4d87f1..95c80cf 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -1255,7 +1255,7 @@ clone: true force: true update: true - ignore_errors: yes + #ignore_errors: yes - name: General | Account Management | Users | env-shared | Install | .rc_shared copy: @@ -1267,7 +1267,7 @@ loop: - "{{ user_root.home }}" - "{{ user_user.home }}" - ignore_errors: yes + #ignore_errors: yes when: user_root.home != "" and user_user.home != "" - name: General | Account Management | Users | env-shared | Install | .vimrc @@ -1280,7 +1280,7 @@ loop: - "{{ user_root.home }}" - "{{ user_user.home }}" - ignore_errors: yes + #ignore_errors: yes when: user_root.home != "" and user_user.home != "" - name: General | Account Management | Users | env-shared | Permissions @@ -1291,4 +1291,4 @@ loop: - .rc_shared - .vimrc - ignore_errors: yes + #ignore_errors: yes