debug: temporarily disable no_log on key creation to see API error
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user