From 7cbbba89dcc87c34f232fff5f38e247fb6ccdd66 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local> Date: Thu, 14 Mar 2024 16:37:05 +0000 Subject: [PATCH] ibgp_update: diffs --- geant/gap_ansible/roles/ibgp_update/tasks/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geant/gap_ansible/roles/ibgp_update/tasks/deploy.yaml b/geant/gap_ansible/roles/ibgp_update/tasks/deploy.yaml index 75f71908..71e98959 100644 --- a/geant/gap_ansible/roles/ibgp_update/tasks/deploy.yaml +++ b/geant/gap_ansible/roles/ibgp_update/tasks/deploy.yaml @@ -16,7 +16,7 @@ src: "/var/tmp/ansible_run_{{ opid }}/{{ verb }}.conf" src_format: set comment: "{{ commit_comment }}" - # diff: true + diff: true when: > ( dry_run | ansible.builtin.bool ) is false and vendor == "juniper" @@ -51,7 +51,7 @@ content: "{{ lookup('ansible.builtin.template', '{{ vendor }}/{{ verb }}.j2') }}" commit: true # commit_comment: "Base-config provisioned using GSO." - # diff: true + diff: true check_mode: false when: > ( dry_run | ansible.builtin.bool ) is false and -- GitLab