diff --git a/linux_os/guide/system/accounts/enable_authselect/ansible/shared.yml b/linux_os/guide/system/accounts/enable_authselect/ansible/shared.yml index 2e841362c54..c6df7c511b9 100644 --- a/linux_os/guide/system/accounts/enable_authselect/ansible/shared.yml +++ b/linux_os/guide/system/accounts/enable_authselect/ansible/shared.yml @@ -10,7 +10,7 @@ ansible.builtin.command: cmd: authselect select "{{ var_authselect_profile }}" register: result_authselect_select - failed_when: result_authselect_select.rc not in [0, 4] + failed_when: false - name: Verify if PAM has been altered ansible.builtin.command: