toolbox/tests/roles/nonroot_user/tasks/main.yml
Debarshi Ray 9e0baf27df Revert "toolbox-0.0.99.3-8.el8"
... to unbreak 'git cherry-pick' and friends between branches.

This reverts commit 296aca4e73.

Resolves: #2164980, #2165743
2023-04-05 09:15:42 +02:00

8 lines
145 B
YAML

---
- name: create nonroot user
user:
name: testuser
shell: /bin/bash
- name: enable linger
command: loginctl enable-linger testuser