We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b820131 commit ba29400Copy full SHA for ba29400
ansible/production_update_playbook.yml
@@ -1,5 +1,5 @@
1
- name: Change production version
2
- hosts: staging
+ hosts: production
3
tasks:
4
- name: Update packages
5
become: true
@@ -21,7 +21,7 @@
21
ansible.builtin.git:
22
repo: https://github.com/Tinkerforge/esp32-remote-access.git
23
dest: /home/freddy/esp32-remote-access
24
- version: v1.2.38
+ version: v1.2.39
25
update: yes
26
clone: yes
27
register: git_checkout
ansible/staging_update_playbook.yml
- version: main
0 commit comments