From a849ab4dcd894e76e2a532537305beb573d6832f Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Fri, 16 May 2025 11:18:04 +0000 Subject: [PATCH] Run minisforum as next playbook. --- hostinger.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/hostinger.yaml b/hostinger.yaml index 1f7c149..0b01f61 100644 --- a/hostinger.yaml +++ b/hostinger.yaml @@ -6,7 +6,9 @@ tasks: - name: Include container variables - include_vars: vars/hostinger.yaml + include_vars: + - vars/hostinger.yaml + - vars/semaphore-token.yaml - name: Register date ansible.builtin.set_fact: @@ -34,3 +36,13 @@ backup_location: "/media/backup/docker/" containers: containers date: ansible_facts.date + +- name: Run next playbook + ansible.builtin.uri: + url: http://ansible.lan/api/integrations/ei0dtntvuz54ot3s + method: GET + status_code: 204 + headers: + Content-Type: application/json + Authorization: Bearer "{{ token }}" + run: minisforum