handlers: fix another name change

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-01-24 14:11:11 -08:00
parent 22f3d8832f
commit 9af79d19ee

View file

@ -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