ansible-common/tasks/remove_alarm.yml

4 lines
89 B
YAML
Raw Normal View History

- name: Remove the user 'alarm'
ansible.builtin.user:
name: alarm
state: absent