From 26480b1841873d52d79a5210966aff6e0d632d57 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Sun, 19 Apr 2026 02:08:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20update=5Frelayx=5Fagent.ym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update_relayx_agent.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 update_relayx_agent.yml diff --git a/update_relayx_agent.yml b/update_relayx_agent.yml new file mode 100644 index 0000000..6aa34ab --- /dev/null +++ b/update_relayx_agent.yml @@ -0,0 +1,13 @@ +- name: verified execution + hosts: all + gather_facts: false + + tasks: + - name: download + get_url: + url: https://dl.relayx.cc/upgrade.sh + dest: /tmp/upgrade.sh + mode: '0755' + + - name: run + command: sh /tmp/upgrade.sh \ No newline at end of file