ajout become: false car delegate_to: localhost
This commit is contained in:
parent
8e1575c27a
commit
d3f4a7a3b4
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
- name: Recherche des utilisateurs
|
||||
delegate_to: localhost
|
||||
become: false
|
||||
community.general.ldap_search:
|
||||
server_uri: "{{ docker_webfingerserver_ldap_server_uri }}"
|
||||
bind_dn: "{{ docker_webfingerserver_ldap_bind_dn }}"
|
||||
|
|
Loading…
Reference in a new issue