Skip to content

Commit

Permalink
[SC-90755] - Handle unistall
Browse files Browse the repository at this point in the history
  • Loading branch information
McSim85 committed Feb 13, 2024
1 parent 8bf2072 commit 52c982b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/uninstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 52c982b

Please sign in to comment.