mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-12-18 11:19:59 +01:00
build
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user