Centralize version management
This commit is contained in:
parent
2445a3f622
commit
4c5a875b2c
15 changed files with 41 additions and 26 deletions
|
|
@ -2,7 +2,7 @@
|
|||
- name: Install Cloudflared
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
deb: https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-arm64.deb
|
||||
deb: "https://github.com/cloudflare/cloudflared/releases/download/{{ versions.cloudflared }}/cloudflared-linux-arm64.deb"
|
||||
- name: Install the Cloudflared tunnel as a systemd service
|
||||
become: true
|
||||
ansible.builtin.command:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue