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

Add trunk version printing

parent 50d422a0
No related branches found
No related tags found
1 merge request!272Add trunk version printing
Pipeline #94425 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 }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment