mirror of
https://github.com/rodneyosodo/dotfiles.git
synced 2026-06-23 04:10:23 +00:00
chore: restart and enable tailscale
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
@@ -29,3 +29,10 @@
|
||||
name: libvirtd
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
|
||||
- name: Start tailscaled
|
||||
ansible.builtin.systemd_service:
|
||||
name: tailscaled
|
||||
state: started
|
||||
enabled: true
|
||||
daemon_reload: true
|
||||
|
||||
Reference in New Issue
Block a user