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

ibgp_update: diffs

parent f7a668b2
No related branches found
No related tags found
1 merge request!116Cleanup
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
src: "/var/tmp/ansible_run_{{ opid }}/{{ verb }}.conf" src: "/var/tmp/ansible_run_{{ opid }}/{{ verb }}.conf"
src_format: set src_format: set
comment: "{{ commit_comment }}" comment: "{{ commit_comment }}"
# diff: true diff: true
when: > when: >
( dry_run | ansible.builtin.bool ) is false and ( dry_run | ansible.builtin.bool ) is false and
vendor == "juniper" vendor == "juniper"
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
content: "{{ lookup('ansible.builtin.template', '{{ vendor }}/{{ verb }}.j2') }}" content: "{{ lookup('ansible.builtin.template', '{{ vendor }}/{{ verb }}.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: >
( dry_run | ansible.builtin.bool ) is false and ( dry_run | ansible.builtin.bool ) is false and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment