mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
bitwarden
This commit is contained in:
@ -38,5 +38,5 @@
|
|||||||
mode: '0755'
|
mode: '0755'
|
||||||
- name: Build tasmota
|
- name: Build tasmota
|
||||||
ansible.builtin.shell:
|
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']
|
when: inventory_hostname in groups['nas']
|
Reference in New Issue
Block a user