mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-10-30 01:41:11 +01:00
bitwarden
This commit is contained in:
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']
|
||||||
Reference in New Issue
Block a user