mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 07:28:33 +02:00
bitwarden
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
ignore_unreachable: false
|
||||
tasks:
|
||||
- name: Build tasmota
|
||||
ansible.builtin.shell: './compile.sh'
|
||||
chdir: /share/docker_data/docker-tasmota/
|
||||
ansible.builtin.shell:
|
||||
cmd: './compile.sh'
|
||||
chdir: /share/docker_data/docker-tasmota/
|
||||
when: inventory_hostname in groups['nas']
|
Reference in New Issue
Block a user