Move "podman-restart" to the podman-container role

This commit is contained in:
Thomas Kleinendorst 2024-06-05 17:00:11 +02:00
parent d92299e66c
commit 08cf93276d
6 changed files with 7 additions and 14 deletions

View file

@ -5,7 +5,6 @@
vars:
user_username: "{{ pi_hole_username }}"
user_password: "{{ pi_hole_password }}"
user_start_podman_restart: true # TODO: Remove this and move it to the podman-container role
- name: Create the pi-hole container
ansible.builtin.include_role:
name: podman-container