mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-01-29 02:49:44 +01:00
Compare commits
2 Commits
35c60a8d32
...
3264bd2b79
| Author | SHA1 | Date | |
|---|---|---|---|
| 3264bd2b79 | |||
| 522f03d128 |
@@ -15,6 +15,10 @@
|
|||||||
# - name: Pull tasmota
|
# - name: Pull tasmota
|
||||||
# ansible.builtin.shell:
|
# ansible.builtin.shell:
|
||||||
# cmd: 'git config --global --add safe.directory /share/docker_data/docker-tasmota/Tasmota'
|
# cmd: 'git config --global --add safe.directory /share/docker_data/docker-tasmota/Tasmota'
|
||||||
|
- name: Remove existing directory
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /share/docker_data/docker-tasmota/Tasmota
|
||||||
|
state: absent
|
||||||
|
|
||||||
- name: Checkout a github repo and use refspec to fetch all pull requests
|
- name: Checkout a github repo and use refspec to fetch all pull requests
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
@@ -22,6 +26,7 @@
|
|||||||
dest: /share/docker_data/docker-tasmota/Tasmota
|
dest: /share/docker_data/docker-tasmota/Tasmota
|
||||||
version: '{{ BRANCH }}'
|
version: '{{ BRANCH }}'
|
||||||
|
|
||||||
|
|
||||||
# - name: Fetch tasmota
|
# - name: Fetch tasmota
|
||||||
# ansible.builtin.shell:
|
# ansible.builtin.shell:
|
||||||
# cmd: 'git fetch https://github.com/arendst/Tasmota.git {{ BRANCH }}'
|
# cmd: 'git fetch https://github.com/arendst/Tasmota.git {{ BRANCH }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user