From 73abfaa6f1d98195dd748f3a9ab4f24467be0c48 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 4 Jun 2024 00:54:11 +0200 Subject: [PATCH] bitwarden --- playbooks/build_tasmota_v2.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/build_tasmota_v2.yml b/playbooks/build_tasmota_v2.yml index 7344d5d..4d02fab 100644 --- a/playbooks/build_tasmota_v2.yml +++ b/playbooks/build_tasmota_v2.yml @@ -5,18 +5,18 @@ # DOCKER_IMAGE: docker-tasmota # FWS: tasmota tasks: - - name: Build tasmota + - name: Fetch tasmota ansible.builtin.shell: cmd: 'git fetch https://github.com/arendst/Tasmota.git {{ BRANCH }}' chdir: /share/docker_data/docker-tasmota/Tasmota when: inventory_hostname in groups['nas'] - - name: Build tasmota + - name: Checkout tasmota branch ansible.builtin.shell: cmd: 'git checkout --force {{ BRANCH }}' chdir: /share/docker_data/docker-tasmota/Tasmota when: inventory_hostname in groups['nas'] - - name: Build tasmota + - name: Pull tasmota ansible.builtin.shell: cmd: 'git pull' chdir: /share/docker_data/docker-tasmota/Tasmota