From f802ae8ee7be3e8d2e56d5a3cce2744f243d0e88 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Fri, 14 Nov 2025 02:20:55 +1000 Subject: [PATCH] add act_runner --- playbooks/software/act_runner.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/software/act_runner.yml b/playbooks/software/act_runner.yml index a9d1885..6e609c8 100644 --- a/playbooks/software/act_runner.yml +++ b/playbooks/software/act_runner.yml @@ -7,6 +7,11 @@ gather_facts: yes become: yes tasks: + + - name: Creates directory + ansible.builtin.file: + path: /usr/share/act_runner + state: directory - name: get a file that needs to be downloaded ansible.builtin.get_url: