0541
This commit is contained in:
@@ -45,19 +45,16 @@
|
|||||||
target_version: "{{ target_version | default('') }}"
|
target_version: "{{ target_version | default('') }}"
|
||||||
target_version_full: "{{ target_version_full | default(target_version | default('')) }}"
|
target_version_full: "{{ target_version_full | default(target_version | default('')) }}"
|
||||||
|
|
||||||
- name: Debug | snapshot of incoming scheduler metadata
|
- name: Debug show received scheduler metadata
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
when: debug_aic | bool
|
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg:
|
msg:
|
||||||
- "attempt={{ attempt | default('') }}"
|
- "attempt={{ attempt }}"
|
||||||
- "max_attempts={{ max_attempts | default('') }}"
|
- "max_attempts={{ effective_max_attempts }}"
|
||||||
- "current_delay_sec={{ current_delay_sec | default('') }}"
|
- "correlation_id={{ correlation_id }}"
|
||||||
- "correlation_id={{ correlation_id | default('') }}"
|
- "original_emitted_at={{ original_emitted_at }}"
|
||||||
- "original_emitted_at={{ original_emitted_at | default('') }}"
|
- "target_version_full={{ target_version_full }}"
|
||||||
- "target_version_full={{ target_version_full | default('') }}"
|
|
||||||
- "target_version={{ target_version | default('') }}"
|
- "target_version={{ target_version | default('') }}"
|
||||||
- "schema_version={{ schema_version | default('') }}"
|
|
||||||
|
|
||||||
|
|
||||||
# Visibility of what scheduler sent
|
# Visibility of what scheduler sent
|
||||||
|
|||||||
Reference in New Issue
Block a user