Skip to content

Commit

Permalink
fix: linter requires uppercase names
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranmanning authored Dec 11, 2024
1 parent 1f4d4e9 commit cd337e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
tailscale_is_online: "{{ (tailscale_status.stdout | from_json).Self.Online }}"
when: not ansible_check_mode

- name: return faked status JSON response in check mode
- name: Return faked status JSON response in check mode
listen: Confirm Tailscale is Connected
ansible.builtin.set_fact:
tailscale_is_online: true
Expand Down

0 comments on commit cd337e5

Please sign in to comment.