diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 339a347..8e7a4c0 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -1202,7 +1202,7 @@ - name: General | Account Management | Users | Files | .profile + .xsessionrc blockinfile: - path: "{{ user_root.home }}/{{ item }}" + path: "{{ user_user.home }}/{{ item }}" block: | {{ profile_common }} @@ -1216,7 +1216,6 @@ - ".profile" - ".xprofile" - ".xsessionrc" - ignore_errors: yes when: user_user.home != "" - name: General | Account Management | Users | Files | .bashrc @@ -1238,7 +1237,6 @@ loop: - "{{ user_root.home }}" - "{{ user_user.home }}" - ignore_errors: yes when: user_root.home != "" and user_user.home != "" - name: General | Account Management | Users | Files | .zshrc @@ -1255,7 +1253,6 @@ loop: - "{{ user_root.home }}" - "{{ user_user.home }}" - ignore_errors: yes when: user_root.home != "" and user_user.home != "" - name: General | Account Management | Users | Files | Ownership