File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
addons/vagrant/inventory/group_vars Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ inventory__group_environment:
1414 CI_VIRTUALSWITCH_USER : ' {{ lookup("env", "CI_VIRTUALSWITCH_USER") }}'
1515 CI_VIRTUALSWITCH_PASSWORD : ' {{ lookup("env", "CI_VIRTUALSWITCH_PASSWORD") }}'
1616 CI_VIRTUALSWITCH_BASE_URL : ' https://support.inverse.ca/~jgoimard/virtualswitch'
17- CI_VIRTUALSWITCH_DEB_VERSION : ' 2.5.2 -1'
18- CI_VIRTUALSWITCH_RPM_VERSION : ' 2.5.2 -1.el8'
17+ CI_VIRTUALSWITCH_DEB_VERSION : ' 2.6.4 -1'
18+ CI_VIRTUALSWITCH_RPM_VERSION : ' 2.6.4 -1.el8'
1919 PATH : ' /usr/local/go/bin:{{ ansible_env.PATH }}'
2020 CI : " {{ 'True ' if lookup('env', 'CI') else 'False ' }}"
Original file line number Diff line number Diff line change 33virtualswitch__user : ' {{ lookup("env", "CI_VIRTUALSWITCH_USER") }}'
44virtualswitch__password : ' {{ lookup("env", "CI_VIRTUALSWITCH_PASSWORD") }}'
55virtualswitch__base_url : ' https://support.inverse.ca/~jgoimard/virtualswitch'
6- virtualswitch__deb_version : ' 2.5.2 -1'
7- virtualswitch__rpm_version : ' 2.5.2 -1.el8'
6+ virtualswitch__deb_version : ' 2.6.4 -1'
7+ virtualswitch__rpm_version : ' 2.6.4 -1.el8'
You can’t perform that action at this time.
0 commit comments