podman/tests/roles/rootless_user_ready/tasks/main.yml
Troy Dawson 93efda4b77 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/podman#d39daa9e872e111c03d8be9158f0273c336bc934
2020-10-14 16:20:31 -07:00

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 }}