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

Merge branch 'bugfix/nat-587' into 'develop'

not dry_run fixed in iptrun/remove_trunk for juniper

See merge request !141
parents f5730b9d 48ae9c6b
No related branches found
No related tags found
1 merge request!141not dry_run fixed in iptrun/remove_trunk for juniper
Pipeline #87183 passed
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
diff: true diff: true
when: when:
verb == "terminate" and verb == "terminate" and
dry_run | ansible.builtin.bool and not ( dry_run | ansible.builtin.bool ) and
local_side.iptrunk_side_node.vendor == "juniper" local_side.iptrunk_side_node.vendor == "juniper"
- name: Remove "{{ config_object }}" on "{{ inventory_hostname }}" [CHECK ONLY][NOKIA] - name: Remove "{{ config_object }}" on "{{ inventory_hostname }}" [CHECK ONLY][NOKIA]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment