1647
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user