diff --git a/tasks/uninstall.yml b/tasks/uninstall.yml index de6a292..e502758 100644 --- a/tasks/uninstall.yml +++ b/tasks/uninstall.yml @@ -16,6 +16,8 @@ - tailscale_status.rc != 2 # "bash: tailscale: command not found" - tailscale_status.rc != 127 + # 500 Internal Server Error: invalid key: API key XXXXX not valid + - tailscale_status.rc != 1 - name: Uninstall | Delete Tailscale State ansible.builtin.file: