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:
parent
f5368a271c
commit
13266214d2
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue