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

6 lines
88 B
YAML

---
- name: Remove admin user
ansible.builtin.user:
name: admin
state: absent