bitwarden

This commit is contained in:
jaydee 2024-05-27 14:49:20 +02:00
parent cd36b32c6f
commit 4a5e3c0203

View File

@ -38,5 +38,5 @@
mode: '0755'
- name: Build tasmota
ansible.builtin.shell:
cmd: 'mv Tasmota/build_output/firmware/* /share/docker_data/webhub/fw/{{ BRANCH }}'
cmd: 'mv /share/docker_data/docker-tasmota/Tasmota/build_output/firmware/* /share/docker_data/webhub/fw/{{ BRANCH }}'
when: inventory_hostname in groups['nas']