93efda4b77
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/podman#d39daa9e872e111c03d8be9158f0273c336bc934
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 }}
|