You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've defined two tunnels in my configuration (due to #73). The role configures both, but the systemd service for the first one is never enabled or restarted.
I've fixed this for the systemd case here, risingsoftware@e3cd499 , but the sysv-init case is more complicated because there are already loops in there for multiple runlevels.
I've defined two tunnels in my configuration (due to #73). The role configures both, but the systemd service for the first one is never enabled or restarted.
I believe this is because the handler is not looping over the tunnels, but just using the
tunnel_name
fact set here: https://github.com/papanito/ansible-role-cloudflared/blob/main/tasks/configure_tunnels.yml#L2 . That fact is overwritten by the last tunnel through the loop.The text was updated successfully, but these errors were encountered: