mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-24 04:49:26 +00:00
bitwarden
This commit is contained in:
parent
50786d1996
commit
78714317f0
9
playbooks/build_tasmota_v2.yml
Normal file
9
playbooks/build_tasmota_v2.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
- hosts: nas
|
||||||
|
name: Build tasmota
|
||||||
|
ignore_unreachable: false
|
||||||
|
tasks:
|
||||||
|
- name: Build tasmota
|
||||||
|
ansible.builtin.shell:
|
||||||
|
cmd: 'git fetch https://github.com/arendst/Tasmota.git development'
|
||||||
|
chdir: /share/docker_data/docker-tasmota/Tasmota
|
||||||
|
when: inventory_hostname in groups['nas']
|
Loading…
x
Reference in New Issue
Block a user