fix: update Chrome executable path and enhance Tailscale service task description
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 38s

This commit is contained in:
2025-01-20 11:21:08 +01:00
parent 45bc0093aa
commit a9f4779308
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
changed_when: false
failed_when: false
- name: Start tailscaled service
- name: Enable and start Tailscale service
ansible.builtin.systemd:
name: tailscaled
state: started
@ -33,4 +33,4 @@
ansible.builtin.debug:
msg: "Please authenticate Tailscale by running: sudo tailscale up --operator=$USER"
when: tailscale_status.rc != 0