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 name: Build tasmota
ignore_unreachable: false ignore_unreachable: false
# vars: # vars:
@ -9,7 +9,7 @@
ansible.builtin.shell: ansible.builtin.shell:
cmd: 'git fetch https://github.com/arendst/Tasmota.git {{ BRANCH }}' cmd: 'git fetch https://github.com/arendst/Tasmota.git {{ BRANCH }}'
chdir: /share/docker_data/docker-tasmota/Tasmota chdir: /share/docker_data/docker-tasmota/Tasmota
- name: Checkout tasmota branch - name: Checkout tasmota branch
ansible.builtin.shell: ansible.builtin.shell:
cmd: 'git checkout --force {{ BRANCH }}' cmd: 'git checkout --force {{ BRANCH }}'