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

Merge branch 'base_config_verbosity' into 'develop'

Base_config: re-enable diff show

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