567c3048f9
This makes a mess of the gating test sources, all for the sake of being able to run cgroups v1 tests. Signed-off-by: Ed Santiago <santiago@redhat.com>
7 lines
173 B
YAML
7 lines
173 B
YAML
---
|
|
- name: make sure rootless account exists
|
|
user: name={{ rootless_user }}
|
|
|
|
- name: rootless account | enable linger
|
|
shell: loginctl enable-linger {{ rootless_user }}
|