Skip to content

Commit e664d83

Browse files
committed
update ansible playbooks
1 parent d6a601e commit e664d83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/production_update_playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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.39
24+
version: v1.2.40
2525
update: yes
2626
clone: yes
2727
register: git_checkout

ansible/staging_update_playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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.39
24+
version: v1.2.40
2525
update: yes
2626
clone: yes
2727
register: git_checkout

0 commit comments

Comments
 (0)