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

@ -5,7 +5,7 @@
vars:
user_username: "{{ pi_hole_username }}"
user_password: "{{ pi_hole_password }}"
user_use_podman_restart: true
user_start_podman_restart: true
- name: Create the /etc-pihole directory in the home directory (will be mounted to the container)
become: true
become_user: "{{ pi_hole_username }}"