Skip to content

Commit 70e630d

Browse files
committed
enable installing sssd in fatimage
1 parent be02780 commit 70e630d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ansible/fatimage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
name: freeipa
3434
tasks_from: client-install.yml
3535
when: "'freeipa_client' in group_names"
36+
- name: Install sssd
37+
import_role:
38+
name: sssd
39+
tasks_from: install.yml
40+
when: "'sssd' in group_names"
3641

3742
# - import_playbook: filesystems.yml:
3843
- name: Install nfs packages

0 commit comments

Comments
 (0)