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

Merge branch 'fix/nat-555' into 'develop'

temp workaround in juniper base_config

See merge request !133
parents cb440e48 e9eee8e5
No related branches found
No related tags found
1 merge request!133temp workaround in juniper base_config
Pipeline #86215 passed
......@@ -33,9 +33,11 @@
when: (verb is not defined) or (verb not in verbs)
# FIX: this does not work with ncclient 0.6.15
# NOTE: `gather_subset: all` breaks. Workaround to use `min`.
# TODO: NAT-555 investigate further
- name: Get the facts from Juniper router
junipernetworks.junos.junos_facts:
gather_subset: all
gather_subset: min
when:
wfo_router.router.vendor == "juniper"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment