debug: temporarily disable no_log on key creation to see API error

This commit is contained in:
Hermes Agent service account
2026-05-29 22:44:48 -05:00
parent 009f244739
commit 0f0b5db29b

View File

@@ -103,7 +103,8 @@
loop_control: loop_control:
label: "{{ item.name }}" label: "{{ item.name }}"
when: item.name not in (_semaphore_keys.json | map(attribute='name') | list) when: item.name not in (_semaphore_keys.json | map(attribute='name') | list)
no_log: true # no_log temporarily disabled for debugging
no_log: false
- name: Re-list keys with assigned ids - name: Re-list keys with assigned ids
ansible.builtin.uri: ansible.builtin.uri: