ipa / handlers: Fix call to 'restart sssd' that is now 'Restart sssd'

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-01-15 16:36:11 -08:00
parent f5368a271c
commit 13266214d2
3 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@
--mkhomedir
--no-ssh
creates: /etc/ipa/default.conf
notify: clean sss caches
notify: Clean sss caches
tags:
- ipa/client
- config
@@ -80,8 +80,8 @@
- config
- fedora-nss-ignore
notify:
- restart sssd
- clean sss caches
- Restart sssd
- Clean sss caches
when: ansible_distribution_major_version|int >= 41 or ansible_distribution == 'RedHat'
- name: Ensure that nss knows to skip certain users (f40)
@@ -91,8 +91,8 @@
- config
- fedora-nss-ignore
notify:
- restart sssd
- clean sss caches
- Restart sssd
- Clean sss caches
when: ansible_distribution_major_version|int == 40
- meta: flush_handlers

View File

@@ -268,4 +268,4 @@
- ipsilon
- config
notify:
- restart sssd
- Restart sssd

View File

@@ -306,4 +306,4 @@
- ipa/client
- config
notify:
- restart sssd
- Restart sssd