Compare commits

..

1 Commits

Author SHA1 Message Date
VC
f182e8ead7 : replace docker with podman
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m12s
2025-11-23 16:36:01 +01:00

View File

@@ -1,14 +1,5 @@
---
- 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