homeassistant: Convert auth command to python

This commit is contained in:
Timo Makinen 2024-12-22 18:22:19 +00:00
parent cfcdb4e935
commit 81252de145
3 changed files with 27 additions and 20 deletions

View file

@ -98,8 +98,8 @@
- name: Copy authentication command
ansible.builtin.copy:
dest: /srv/homeassistant/auth-command.sh
src: auth-command.sh
dest: /srv/homeassistant/auth-command.py
src: auth-command.py
mode: "0755"
owner: root
group: "{{ ansible_wheel }}"