diff --git a/geant/gap_ansible/roles/ibgp_update/tasks/deploy.yaml b/geant/gap_ansible/roles/ibgp_update/tasks/deploy.yaml
index 75f71908eb7acc408622401a439ceef15b07faaf..71e989590667d4fccc97a689962c6c3e271e096e 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