ipa / client: try not double delegating
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
62b9633653
commit
e42b099606
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
||||||
hbacsvcgroup:
|
hbacsvcgroup:
|
||||||
- Sudo
|
- Sudo
|
||||||
notify: clean sss caches
|
notify: clean sss caches
|
||||||
#no_log: true
|
no_log: true
|
||||||
loop: "{{ ipa_servers }}"
|
loop: "{{ ipa_servers }}"
|
||||||
when: ipa_servers is defined
|
when: ipa_servers is defined
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
run_once: yes
|
run_once: yes
|
||||||
|
|
||||||
- name: Configure sudo on IPA cluster
|
- name: Configure sudo on IPA cluster
|
||||||
delegate_to: "{{ ipa_server }}"
|
#delegate_to: "{{ ipa_server }}"
|
||||||
import_tasks: sudo.yml
|
import_tasks: sudo.yml
|
||||||
tags:
|
tags:
|
||||||
- ipa/client
|
- ipa/client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue