✨: replace docker with podman
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m12s
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m12s
This commit was merged in pull request #12.
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Create act_runner user
|
||||
ansible.builtin.user:
|
||||
name: "{{ act_runner_user }}"
|
||||
state: present
|
||||
system: true
|
||||
create_home: true
|
||||
home: "{{ act_runner_home }}"
|
||||
groups:
|
||||
- docker
|
||||
- name: Configure act_runner user
|
||||
ansible.builtin.include_tasks: user.yml
|
||||
|
||||
- name: Download act_runner executable
|
||||
ansible.builtin.get_url:
|
||||
|
||||
Reference in New Issue
Block a user