mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
9 lines
253 B
YAML
9 lines
253 B
YAML
- hosts: nas
|
|
name: Build tasmota
|
|
ignore_unreachable: false
|
|
tasks:
|
|
- name: Build tasmota
|
|
ansible.builtin.shell:
|
|
cmd: './compile.sh'
|
|
chdir: /share/docker_data/docker-tasmota/
|
|
when: inventory_hostname in groups['nas'] |