FIX: add tags to Ansible NTM role (#6656)

This commit is contained in:
import this
2026-04-09 17:15:57 +02:00
committed by GitHub
parent f208855bc8
commit 4fb78c3737
+14 -2
View File
@@ -4,6 +4,10 @@
path: /root/nym-binaries
state: directory
mode: "0755"
tags:
- tunnel
- network_tunnel_manager
- ntm
- name: Download network tunnel manager
get_url:
@@ -11,8 +15,16 @@
dest: /root/nym-binaries/network-tunnel-manager.sh
mode: "0755"
force: yes
tags:
- tunnel
- network_tunnel_manager
- ntm
- name: Run network tunnel manager
command: "/root/nym-binaries/network-tunnel-manager.sh {{ item }}"
loop:
- complete_networking_configuration
- complete_networking_configuration
tags:
- tunnel
- network_tunnel_manager
- ntm