mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-11 11:15:55 +00:00
roles/sssd: Fixed several small defects, added libselinux-python to sssd_packages
This commit is contained in:
@@ -13,14 +13,15 @@
|
||||
- name: Template sssd.conf
|
||||
template:
|
||||
src: sssd.conf.j2
|
||||
dest: /etc/sssd/sssd.conf
|
||||
backup: yes
|
||||
dest: "{{ sssd_conf }}"
|
||||
backup: no
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0600
|
||||
force: yes
|
||||
|
||||
- name: Enable and start sssd
|
||||
service:
|
||||
name: sssd
|
||||
state: restarted
|
||||
enabled: yes
|
||||
#- name: Enable and start sssd
|
||||
# service:
|
||||
# name: sssd
|
||||
# state: restarted
|
||||
# enabled: yes
|
||||
|
||||
Reference in New Issue
Block a user