Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
UNiXMIT committed Mar 19, 2024
1 parent 852d3a8 commit 41f2554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rhel/openldap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions win/adlds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41f2554

Please sign in to comment.