added a update cloudflared tunnel
This commit is contained in:
parent
e0a4bc1319
commit
c1db0e5a97
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: Update cloud Flare Tunnel
|
- name: Update cloud Flare Tunnel
|
||||||
hosts: cloudflare-tunnel.ki5bhv.com
|
hosts: 192.168.1.119
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Pull the newest package
|
- name: Pull the newest package
|
||||||
|
@ -25,4 +25,4 @@
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
when: cloudflaredfile.stat.exists
|
when: cloudflaredfile.stat.exists
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: "rm cloudflared.deb"
|
cmd: "rm cloudflared.deb"
|
||||||
|
|
Loading…
Reference in New Issue