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
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 38s
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user