mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02: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