homeassistant: Convert auth command to python
This commit is contained in:
parent
cfcdb4e935
commit
81252de145
3 changed files with 27 additions and 20 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue