File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed
Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1717 reboot :
1818 when : reboot_required_file.stat.exists
1919
20- - name : checkout git
20+ - name : Checkout remote access git
2121 ansible.builtin.git :
2222 repo : https://github.com/Tinkerforge/esp32-remote-access.git
2323 dest : /home/freddy/esp32-remote-access
24- version : v1.2.40
24+ version : v1.2.41
2525 update : yes
2626 clone : yes
2727 register : git_checkout
3232 chdir : /home/freddy/esp32-remote-access
3333 register : git_tag
3434
35+ - name : checkout warp-charger git
36+ ansible.builtin.git :
37+ repo : https://github.com/Tinkerforge/warp-charger.git
38+ dest : /home/freddy/warp-charger
39+ version : master
40+ update : yes
41+ clone : yes
42+ register : git_checkout_warp
43+
44+
3545 - name : Stop Docker containers
3646 community.docker.docker_compose_v2 :
3747 project_src : /home/freddy/esp32-remote-access/docker
Original file line number Diff line number Diff line change 1717 reboot :
1818 when : reboot_required_file.stat.exists
1919
20- - name : checkout git
20+ - name : Checkout remote access git
2121 ansible.builtin.git :
2222 repo : https://github.com/Tinkerforge/esp32-remote-access.git
2323 dest : /home/freddy/esp32-remote-access
24- version : v1.2.40
24+ version : v1.2.41
2525 update : yes
2626 clone : yes
2727 register : git_checkout
3434 changed_when : false
3535 failed_when : git_tag.rc not in [0, 128]
3636
37+ - name : checkout warp-charger git
38+ ansible.builtin.git :
39+ repo : https://github.com/Tinkerforge/warp-charger.git
40+ dest : /home/freddy/warp-charger
41+ version : master
42+ update : yes
43+ clone : yes
44+ register : git_checkout_warp
45+
3746 - name : Stop Docker containers
3847 community.docker.docker_compose_v2 :
3948 project_src : /home/freddy/esp32-remote-access/docker
You can’t perform that action at this time.
0 commit comments