Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GAP Ansible Collection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GAP Ansible Collection
Merge requests
!272
Add trunk version printing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add trunk version printing
fix/trunk_versions
into
develop
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Aleksandr Kurbatov
requested to merge
fix/trunk_versions
into
develop
1 month ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
develop
version 1
ae47c106
1 month ago
develop (base)
and
latest version
latest version
86d2f359
2 commits,
1 month ago
version 1
ae47c106
1 commit,
1 month ago
1 file
+
4
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
geant/gap_ansible/tasks/set_trunk_version.yaml
+
4
−
0
Options
@@ -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
}}"
Loading