diff --git a/rhel/openldap.yml b/rhel/openldap.yml index 3277ae7..24c6378 100644 --- a/rhel/openldap.yml +++ b/rhel/openldap.yml @@ -110,10 +110,6 @@ register: loginResponse when: edVer >= 100 -- name: Debug - ansible.builtin.debug: - msg: "{{ loginResponse }}" - - name: Add OpenLDAP ESCWA Security Entry ansible.builtin.uri: url: http://localhost:10086/server/v1/config/esm diff --git a/win/adlds.yml b/win/adlds.yml index ac5670a..1925f0b 100644 --- a/win/adlds.yml +++ b/win/adlds.yml @@ -53,6 +53,10 @@ register: loginResponse when: edVer >= 100 +- name: Debug + ansible.builtin.debug: + msg: "{{ loginResponse }}" + - name: Add ADLDS ESCWA Security Entry ansible.windows.win_uri: url: http://localhost:10086/server/v1/config/esm