Move user cleanup to firstboot script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-06-10 17:08:07 +02:00
parent f15485e7c2
commit 6b1db0dd23
3 changed files with 5 additions and 8 deletions

View File

@ -5,3 +5,8 @@
generate_ssh_key: yes
ssh_key_bits: 2048
ssh_key_file: .ssh/id_rsa
- name: Delete 'ubuntu' user
ansible.builtin.user:
name: ubuntu
state: absent
remove: yes