2021-10-18 13:39:40 +00:00
|
|
|
# SPDX-FileCopyrightText: no
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
#
|
2019-10-28 13:48:02 +00:00
|
|
|
# Removes a single user (with userdel) from the system.
|
|
|
|
# This is typically used in OEM setups or if the live user
|
|
|
|
# spills into the target system.
|
2021-10-18 13:39:40 +00:00
|
|
|
#
|
|
|
|
# The module never fails; if userdel fails, this is logged
|
|
|
|
# but the module still reports success and installation / setup
|
|
|
|
# continues as normal.
|
2019-10-28 13:48:02 +00:00
|
|
|
---
|
|
|
|
# Username in the target system to be removed.
|
|
|
|
username: live
|