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

6 lines
72 B
YAML

---
- name: Remove admin user
user:
name: admin
state: absent