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

not dry_run fixed in iptrun/remove_trunk for juniper

parent f5730b9d
Branches
Tags
1 merge request!141not dry_run fixed in iptrun/remove_trunk for juniper
Pipeline #87182 passed
......@@ -20,7 +20,7 @@
diff: true
when:
verb == "terminate" and
dry_run | ansible.builtin.bool and
not ( dry_run | ansible.builtin.bool ) and
local_side.iptrunk_side_node.vendor == "juniper"
- 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