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

base_config: diff everywhere

parent 7f81d7c2
No related branches found
No related tags found
1 merge request!116Cleanup
......@@ -17,20 +17,12 @@
src: "/var/tmp/ansible_run_{{ opid }}/{{ mytemplates.template_name }}.conf"
src_format: text
comment: "{{ commit_comment }}"
register: response
diff: true
when: >
verb == "deploy" and
( dry_run | ansible.builtin.bool ) is false and
wfo_router.router.vendor == "juniper"
# - name: Show diff
# ansible.builtin.debug:
# msg: "{{ response }}"
# when: >
# verb == "deploy" and
# ( dry_run | ansible.builtin.bool ) is false and
# wfo_router.router.vendor == "juniper"
- name: Deploy base_config on "{{ inventory_hostname }}" [CHECK ONLY][NOKIA]
ansible.netcommon.netconf_config:
# geant.gap_ansible.nokia_netconf_config:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment