mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
52d34d1afd
commit
cd36b32c6f
@ -31,4 +31,12 @@
|
||||
cmd: '/share/ZFS530_DATA/.qpkg/container-station/bin/docker run --rm -v /share/docker_data/docker-tasmota/Tasmota:/tasmota -u $UID:$GID {{ DOCKER_IMAGE }}'
|
||||
chdir: /share/docker_data/docker-tasmota/
|
||||
when: FWS == "all"
|
||||
|
||||
- name: Create a directory if it does not exist
|
||||
ansible.builtin.file:
|
||||
path: /share/docker_data/webhub/fw/{{ BRANCH }}
|
||||
state: directory
|
||||
mode: '0755'
|
||||
- name: Build tasmota
|
||||
ansible.builtin.shell:
|
||||
cmd: 'mv Tasmota/build_output/firmware/* /share/docker_data/webhub/fw/{{ BRANCH }}'
|
||||
when: inventory_hostname in groups['nas']
|
Loading…
x
Reference in New Issue
Block a user