bitwarden

This commit is contained in:
jaydee 2024-05-26 17:16:28 +02:00
parent 5f34fc4126
commit fa086aa7c2
2 changed files with 8 additions and 0 deletions

View File

View File

@ -0,0 +1,8 @@
- hosts: nas
name: Build tasmota
ignore_unreachable: false
tasks:
- name: Build tasmota
ansible.builtin.shell: './compile.sh'
chdir: /share/docker_data/docker-tasmota/
when: inventory_hostname in groups['nas']