From 78714317f02bc20c775a68ef97fba59295aebbab Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 27 May 2024 13:50:47 +0200 Subject: [PATCH] bitwarden --- playbooks/build_tasmota_v2.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 playbooks/build_tasmota_v2.yml diff --git a/playbooks/build_tasmota_v2.yml b/playbooks/build_tasmota_v2.yml new file mode 100644 index 0000000..36617f3 --- /dev/null +++ b/playbooks/build_tasmota_v2.yml @@ -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'] \ No newline at end of file