add act_runner
This commit is contained in:
@@ -7,6 +7,11 @@
|
|||||||
gather_facts: yes
|
gather_facts: yes
|
||||||
become: yes
|
become: yes
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
- name: Creates directory
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /usr/share/act_runner
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: get a file that needs to be downloaded
|
- name: get a file that needs to be downloaded
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
|
|||||||
Reference in New Issue
Block a user