Skip to content
Snippets Groups Projects
Commit 59cdcd38 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Merge branch 'fix/trunk_versions' into 'develop'

Add trunk version printing

See merge request !272
parents 50d422a0 86d2f359
No related branches found
No related tags found
1 merge request!272Add trunk version printing
Pipeline #94427 passed
...@@ -15,3 +15,7 @@ ...@@ -15,3 +15,7 @@
and wfo_trunk.iptrunk.iptrunk_config_version is not none and wfo_trunk.iptrunk.iptrunk_config_version is not none
ansible.builtin.set_fact: ansible.builtin.set_fact:
trunk_version: "{{ wfo_trunk.iptrunk.iptrunk_config_version }}" trunk_version: "{{ wfo_trunk.iptrunk.iptrunk_config_version }}"
- name: Print the final trunk version
ansible.builtin.debug:
msg: "Final trunk version is set to: {{ trunk_version | quote }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment