Skip to content

Add support for deleting unmanaged tailscale serve HTTP instances #21

Add support for deleting unmanaged tailscale serve HTTP instances

Add support for deleting unmanaged tailscale serve HTTP instances #21

Re-run triggered December 8, 2024 03:05
Status Success
Total duration 1m 3s
Artifacts

lint.yml

on: pull_request
Ansible Lint
53s
Ansible Lint
Jinja2 Lint
18s
Jinja2 Lint
Fit to window
Zoom out
Zoom in

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 %}