Add changedetection as a hosted service

This commit is contained in:
Thomas Kleinendorst 2024-04-28 15:50:14 +02:00
parent 743af73974
commit 2014745501
11 changed files with 80 additions and 11 deletions

View file

@ -0,0 +1,7 @@
---
- name: Reload systemd (daemon-reload)
become: true
become_user: "{{ actual_username }}"
ansible.builtin.systemd_service:
daemon_reload: true
scope: user