This commit is contained in:
2026-02-12 16:47:54 +02:00
parent 77781011c1
commit 03e32a3fe1
3 changed files with 11 additions and 0 deletions

View File

@@ -37,6 +37,14 @@
target_version: "{{ target_version | default('') }}"
# preserve the original string verbatim for all subsequent retries
target_version_full: "{{ target_version | default('') }}"
is_run_by_effective: "{{ is_run_by | default('manual') }}"
- name: Debug is_run_by mode
ansible.builtin.debug:
msg:
- "is_run_by={{ is_run_by | default('UNSET') }}"
- "is_run_by_effective={{ is_run_by_effective }}"
- name: Derive effective target version (avoid extra-var masking)
ansible.builtin.set_fact: