bitwarden

This commit is contained in:
jaydee 2024-05-27 13:50:47 +02:00
parent 50786d1996
commit 78714317f0

View 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']