Skip to content

Commit ba29400

Browse files
committed
frontend: update ansible playbooks to new version
1 parent b820131 commit ba29400

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ansible/production_update_playbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Change production version
2-
hosts: staging
2+
hosts: production
33
tasks:
44
- name: Update packages
55
become: true
@@ -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.38
24+
version: v1.2.39
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: main
24+
version: v1.2.39
2525
update: yes
2626
clone: yes
2727
register: git_checkout

0 commit comments

Comments
 (0)