mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-12-19 03:39:59 +01:00
build
This commit is contained in:
@@ -22,11 +22,15 @@
|
|||||||
dest: /share/docker_data/docker-tasmota/Tasmota
|
dest: /share/docker_data/docker-tasmota/Tasmota
|
||||||
version: '{{ BRANCH }}'
|
version: '{{ BRANCH }}'
|
||||||
|
|
||||||
|
|
||||||
# - name: Fetch tasmota
|
# - name: Fetch tasmota
|
||||||
# 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: Remove existing directory
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /share/docker_data/docker-tasmota/Tasmota
|
||||||
|
state: absent
|
||||||
|
|
||||||
- name: Git checkout
|
- name: Git checkout
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
|||||||
Reference in New Issue
Block a user