ansible-roles/amazon-ec2/tasks/post-install.yml

6 lines
88 B
YAML
Raw Normal View History

2017-11-15 23:32:18 +01:00
---
- name: Remove admin user
ansible.builtin.user:
2017-11-15 23:32:18 +01:00
name: admin
state: absent