diff --git a/playbooks/build_tasmota_v2.yml b/playbooks/build_tasmota_v2.yml new file mode 100644 index 0000000..36617f3 --- /dev/null +++ b/playbooks/build_tasmota_v2.yml @@ -0,0 +1,9 @@ +- hosts: nas + name: Build tasmota + ignore_unreachable: false + tasks: + - name: Build tasmota + ansible.builtin.shell: + cmd: 'git fetch https://github.com/arendst/Tasmota.git development' + chdir: /share/docker_data/docker-tasmota/Tasmota + when: inventory_hostname in groups['nas'] \ No newline at end of file