mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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
|
||||
|
||||
@@ -268,4 +268,4 @@
|
||||
- ipsilon
|
||||
- config
|
||||
notify:
|
||||
- restart sssd
|
||||
- Restart sssd
|
||||
|
||||
@@ -306,4 +306,4 @@
|
||||
- ipa/client
|
||||
- config
|
||||
notify:
|
||||
- restart sssd
|
||||
- Restart sssd
|
||||
|
||||
Reference in New Issue
Block a user