moved drone to podman

This commit is contained in:
Bastian de Byl
2022-04-30 15:05:46 -04:00
parent cb2001357f
commit 8e373896a6
12 changed files with 37 additions and 47 deletions

View File

@@ -16,7 +16,7 @@
- name: copy configuration and automations
become: true
ansible.builtin.copy:
src: "files/{{ item }}"
src: "files/hass/{{ item }}"
dest: "{{ hass_path }}/config/{{ item }}"
owner: "{{ podman_user }}"
group: "{{ podman_user }}"