diff --git a/geant/gap_ansible/roles/promote_p_to_pe/tasks/configure_isis_overload.yaml b/geant/gap_ansible/roles/promote_p_to_pe/tasks/configure_isis_overload.yaml index 6b37deb703982954e030efd352d35cf3174243a5..224512c235c024e6ae989ce999965347587091e8 100644 --- a/geant/gap_ansible/roles/promote_p_to_pe/tasks/configure_isis_overload.yaml +++ b/geant/gap_ansible/roles/promote_p_to_pe/tasks/configure_isis_overload.yaml @@ -1,9 +1,11 @@ - name: Deploy ISIS overload on "{{ inventory_hostname }}" [AND COMMIT][NOKIA] - geant.gap_ansible.nokia_netconf_config: - format: xml - default_operation: merge - content: "{{ lookup('ansible.builtin.template', 'routers/{{ subscription.router.vendor }}/router/isis_overload.j2') }}" - commit: true - commit_comment: "{{ commit_comment }}" - diff: true - check_mode: false + ansible.builtin.debug: + msg: "ISIS overload step skipped." + # geant.gap_ansible.nokia_netconf_config: + # format: xml + # default_operation: merge + # content: "{{ lookup('ansible.builtin.template', 'routers/{{ subscription.router.vendor }}/router/isis_overload.j2') }}" + # commit: true + # commit_comment: "{{ commit_comment }}" + # diff: true + # check_mode: false