This commit is contained in:
jaydee 2024-12-29 22:46:01 +01:00
parent b671f8b37b
commit a6b4adb7d1

View File

@ -1,4 +1,4 @@
- hosts: nas
- hosts: m-server
name: Build tasmota
ignore_unreachable: false
# vars:
@ -9,7 +9,7 @@
ansible.builtin.shell:
cmd: 'git fetch https://github.com/arendst/Tasmota.git {{ BRANCH }}'
chdir: /share/docker_data/docker-tasmota/Tasmota
- name: Checkout tasmota branch
ansible.builtin.shell:
cmd: 'git checkout --force {{ BRANCH }}'