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

pass actual commit_comment var

parent 1ca4fac2
Branches
Tags
1 merge request!125Deploy tasks: switch to geant.gap_ansible.nokia_netconf_config
Pipeline #86022 failed
......@@ -54,7 +54,7 @@
default_operation: merge
content: "{{ lookup('ansible.builtin.template', 'routers/{{ wfo_router.router.vendor }}/base_config.j2') }}"
commit: true
commit_comment: "Base-config provisioned using GSO."
commit_comment: "{{ commit_comment }}"
diff: true
check_mode: false
when: >
......
......@@ -50,7 +50,7 @@
default_operation: merge
content: "{{ lookup('ansible.builtin.template', '{{ vendor }}/{{ verb }}.j2') }}"
commit: true
commit_comment: "Base-config provisioned using GSO."
commit_comment: "{{ commit_comment }}"
diff: true
check_mode: false
when: >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment