Add support for deleting unmanaged tailscale serve HTTP instances #21
lint.yml
on: pull_request
Ansible Lint
53s
Jinja2 Lint
18s
Annotations
4 warnings
Jinja2 Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Ansible Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
jinja[spacing]:
tasks/serve.yml#L12
Jinja2 spacing could be improved: {% if HTTP in _tailscale_serve_state.TCP[_port] -%} http {%- elif HTTPS in _tailscale_serve_state.TCP[_port] -%} https {%- endif %} -> {% if HTTP in _tailscale_serve_state.TCP[_port] -%} http{%- elif HTTPS in _tailscale_serve_state.TCP[_port] -%} https{%- endif %}
|
jinja[spacing]:
tasks/serve.yml#L50
Jinja2 spacing could be improved: {% if HTTP in _tailscale_serve_state.TCP[item] -%} http {%- elif HTTPS in _tailscale_serve_state.TCP[item] -%} https {%- elif TerminateTLS in _tailscale_serve_state.TCP[item] -%} tls-terminated-tcp {%- else -%} tcp {%- endif %} -> {% if HTTP in _tailscale_serve_state.TCP[item] -%} http{%- elif HTTPS in _tailscale_serve_state.TCP[item] -%} https{%- elif TerminateTLS in _tailscale_serve_state.TCP[item] -%} tls-terminated-tcp{%- else -%} tcp{%- endif %}
|