handlers: fix another name change
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
22f3d8832f
commit
9af79d19ee
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
runasgroupcategory: "all"
|
||||
group:
|
||||
- sysadmin-main
|
||||
notify: clean sss caches
|
||||
notify: Clean sss caches
|
||||
no_log: true
|
||||
loop: "{{ ipa_servers }}"
|
||||
when: ipa_servers is defined
|
||||
|
@ -31,7 +31,7 @@
|
|||
cmdcategory: "all"
|
||||
runasusercategory: "all"
|
||||
runasgroupcategory: "all"
|
||||
notify: clean sss caches
|
||||
notify: Clean sss caches
|
||||
loop: "{{ ipa_server_host_groups }}"
|
||||
when: ipa_server_host_groups is defined and ipa_server_host_groups_dict[item[0]][item[1]]['sudo_groups'] is defined
|
||||
|
||||
|
@ -48,6 +48,6 @@
|
|||
runasusercategory: "all"
|
||||
runasgroupcategory: "all"
|
||||
options: "!authenticate"
|
||||
notify: clean sss caches
|
||||
notify: Clean sss caches
|
||||
loop: "{{ ipa_server_host_groups }}"
|
||||
when: ipa_server_host_groups is defined and ipa_server_host_groups_dict[item[0]][item[1]]['sudo_nopasswd_groups'] is defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue