This commit is contained in:
2025-10-23 05:41:55 +03:00
parent 9aadf7bb10
commit 0413e3bbdd

View File

@@ -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