mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
10 lines
392 B
YAML
10 lines
392 B
YAML
# This role is deprecated and can be removed in the future
|
|
# The alarm user should be managed by
|
|
# @see the repository https://github.com/kevinveenbirkenbach/linux-image-manager
|
|
# @see the commit https://github.com/kevinveenbirkenbach/linux-image-manager/commit/bbb54a42377d316b5264330aae36018020f1b981
|
|
- name: remove the user alarm
|
|
user:
|
|
name: alarm
|
|
state: absent
|
|
remove: yes
|