From 50786d199686cf2283f9149acbb78601eb331c96 Mon Sep 17 00:00:00 2001 From: jaydee Date: Sun, 26 May 2024 17:18:04 +0200 Subject: [PATCH] bitwarden --- playbooks/build_tasmota.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/playbooks/build_tasmota.yml b/playbooks/build_tasmota.yml index 9488d61..77272ce 100644 --- a/playbooks/build_tasmota.yml +++ b/playbooks/build_tasmota.yml @@ -3,6 +3,7 @@ ignore_unreachable: false tasks: - name: Build tasmota - ansible.builtin.shell: './compile.sh' - chdir: /share/docker_data/docker-tasmota/ + ansible.builtin.shell: + cmd: './compile.sh' + chdir: /share/docker_data/docker-tasmota/ when: inventory_hostname in groups['nas'] \ No newline at end of file