Compare commits

..

1 Commits

Author SHA1 Message Date
VC
17aabc49a3 : replace docker with podman
Some checks failed
ansible-lint / lint-everything (push) Has been cancelled
2025-11-23 16:28:38 +01:00

View File

@@ -1,5 +1,14 @@
---
- name: Create act_runner user
ansible.builtin.user:
name: "{{ act_runner_user }}"
state: present
system: true
create_home: true
home: "{{ act_runner_home }}"
register: _act_runner_user
- name: Configure act_runner user
ansible.builtin.include_tasks: user.yml