mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-02 15:53:06 +02:00
bitwarden
This commit is contained in:
@ -10,6 +10,19 @@
|
||||
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
|
||||
ansible.builtin.shell:
|
||||
cmd: 'git checkout --force {{ BRANCH }}'
|
||||
chdir: /share/docker_data/docker-tasmota/Tasmota
|
||||
when: inventory_hostname in groups['nas']
|
||||
|
||||
- name: Build tasmota
|
||||
ansible.builtin.shell:
|
||||
cmd: 'git pull'
|
||||
chdir: /share/docker_data/docker-tasmota/Tasmota
|
||||
when: inventory_hostname in groups['nas']
|
||||
|
||||
|
||||
|
||||
- name: Copy platformio_override
|
||||
ansible.builtin.shell:
|
||||
|
Reference in New Issue
Block a user