mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
initial
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
- hosts: nas
|
||||
- hosts: m-server
|
||||
name: Build tasmota
|
||||
ignore_unreachable: false
|
||||
# vars:
|
||||
@ -9,7 +9,7 @@
|
||||
ansible.builtin.shell:
|
||||
cmd: 'git fetch https://github.com/arendst/Tasmota.git {{ BRANCH }}'
|
||||
chdir: /share/docker_data/docker-tasmota/Tasmota
|
||||
|
||||
|
||||
- name: Checkout tasmota branch
|
||||
ansible.builtin.shell:
|
||||
cmd: 'git checkout --force {{ BRANCH }}'
|
||||
|
Reference in New Issue
Block a user