noticket - updates

This commit is contained in:
Bastian de Byl
2024-11-11 13:12:02 -05:00
parent 19afacf190
commit 9c690127ce
2 changed files with 19 additions and 19 deletions

View File

@@ -12,19 +12,19 @@
- "{{ hass_path }}/media"
- "{{ hass_path }}/config"
- name: copy configuration and automations
become: true
ansible.builtin.copy:
backup: true
src: "files/hass/{{ item }}"
dest: "{{ hass_path }}/config/{{ item }}"
owner: "{{ podman_user }}"
group: "{{ podman_user }}"
mode: 0644
notify: restorecon podman
loop:
- configuration.yaml
- automations.yaml
# - name: copy configuration and automations
# become: true
# ansible.builtin.copy:
# backup: true
# src: "files/hass/{{ item }}"
# dest: "{{ hass_path }}/config/{{ item }}"
# owner: "{{ podman_user }}"
# group: "{{ podman_user }}"
# mode: 0644
# notify: restorecon podman
# loop:
# - configuration.yaml
# - automations.yaml
- name: flush handlers
ansible.builtin.meta: flush_handlers