Skip to content

Commit

Permalink
Explicitly install authselect package
Browse files Browse the repository at this point in the history
This appears to not always be present on Rocky 8 images.
  • Loading branch information
jcwomack committed Apr 25, 2024
1 parent 9e09220 commit 2e35b30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/sssd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
- name: Update CA trust anchors
ansible.builtin.command: update-ca-trust # noqa no-changed-when

- name: Install authselect
ansible.builtin.package:
name: authselect
state: present

- name: Enable SSSD auth in PAM
ansible.builtin.command: authselect select sssd --force # noqa no-changed-when

Expand Down

0 comments on commit 2e35b30

Please sign in to comment.