From 522f03d1287836d54939d5cb46f62b94eabc959d Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 17 Dec 2025 17:51:33 +0100 Subject: [PATCH] build --- playbooks/build_tasmota_v2.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/playbooks/build_tasmota_v2.yml b/playbooks/build_tasmota_v2.yml index 680bdab..9b131a2 100755 --- a/playbooks/build_tasmota_v2.yml +++ b/playbooks/build_tasmota_v2.yml @@ -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: