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

Base_config: re-enable diff show

parent 57da2b04
No related branches found
No related tags found
1 merge request!87Base_config: re-enable diff show
Pipeline #85457 passed
......@@ -49,7 +49,7 @@
content: "{{ lookup('ansible.builtin.template', 'routers/{{ wfo_router.router.vendor }}/base_config.j2') }}"
commit: true
validate: true
# diff: true
diff: true
check_mode: true
when: >
verb == "deploy" and
......@@ -73,7 +73,7 @@
content: "{{ lookup('ansible.builtin.template', 'routers/{{ wfo_router.router.vendor }}/base_config.j2') }}"
commit: true
# commit_comment: "Base-config provisioned using GSO."
# diff: true
diff: true
check_mode: false
when: >
verb == "deploy" and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment