added a update cloudflared tunnel

This commit is contained in:
Justin 2025-01-27 21:34:41 -06:00
parent e0a4bc1319
commit c1db0e5a97
1 changed files with 2 additions and 2 deletions

View File

@ -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"