d55c8d8f5a
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/podman.git#3f2f50cda9c6dd6e86824f7b944944c20946fd6f
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 }}
|