Skip to content

Commit

Permalink
add failed_when to version check
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoshi10 authored Sep 16, 2024
1 parent cade89b commit fd06339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/uninstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- name: Uninstall | Gather tailscale version
ansible.builtin.command: tailscale version
changed_when: false
failed_when: false
register: tailscale_version

- name: Uninstall | Add debug message
Expand Down

0 comments on commit fd06339

Please sign in to comment.