This commit is contained in:
2025-12-17 17:51:33 +01:00
parent 35c60a8d32
commit 522f03d128

View File

@@ -22,11 +22,15 @@
dest: /share/docker_data/docker-tasmota/Tasmota
version: '{{ BRANCH }}'
# - name: Fetch tasmota
# ansible.builtin.shell:
# cmd: 'git fetch https://github.com/arendst/Tasmota.git {{ BRANCH }}'
# chdir: /share/docker_data/docker-tasmota/Tasmota
- name: Remove existing directory
ansible.builtin.file:
path: /share/docker_data/docker-tasmota/Tasmota
state: absent
- name: Git checkout
ansible.builtin.git: