mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
handlers: fix another name change
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user