0541
This commit is contained in:
@@ -45,19 +45,16 @@
|
||||
target_version: "{{ 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
|
||||
when: debug_aic | bool
|
||||
ansible.builtin.debug:
|
||||
msg:
|
||||
- "attempt={{ attempt | default('') }}"
|
||||
- "max_attempts={{ max_attempts | default('') }}"
|
||||
- "current_delay_sec={{ current_delay_sec | default('') }}"
|
||||
- "correlation_id={{ correlation_id | default('') }}"
|
||||
- "original_emitted_at={{ original_emitted_at | default('') }}"
|
||||
- "target_version_full={{ target_version_full | default('') }}"
|
||||
- "attempt={{ attempt }}"
|
||||
- "max_attempts={{ effective_max_attempts }}"
|
||||
- "correlation_id={{ correlation_id }}"
|
||||
- "original_emitted_at={{ original_emitted_at }}"
|
||||
- "target_version_full={{ target_version_full }}"
|
||||
- "target_version={{ target_version | default('') }}"
|
||||
- "schema_version={{ schema_version | default('') }}"
|
||||
|
||||
|
||||
# Visibility of what scheduler sent
|
||||
|
||||
Reference in New Issue
Block a user