chore: restart and enable tailscale

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2025-02-21 20:54:52 +03:00
parent 1d48b25151
commit ff727932d0
+7
View File
@@ -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