--- - include_tasks: traefik.yml tags: - traefik - include_tasks: ddns.yml tags: - ddns - include_tasks: homeassistant.yml tags: - homeassistant - include_tasks: pihole.yml tags: - pihole - name: Copy the compose file template: src: templates/pi/compose.yaml dest: "{{ docker_compose_dir }}/compose.yaml" tags: - reload_compose