ipa / client: try not double delegating

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-02-13 15:12:36 -08:00
parent 62b9633653
commit e42b099606
2 changed files with 2 additions and 2 deletions

View file

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

View file

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