diff --git a/roles/shell/tasks/users/alma.yml b/roles/shell/tasks/users/alma.yml deleted file mode 100644 index ae00c43..0000000 --- a/roles/shell/tasks/users/alma.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: Setting up alma - user: - name: alma - groups: tilde - state: present - skeleton: /etc/skel - shell: /bin/bash - system: no - createhome: yes - home: /home/alma -- authorized_key: - user: alma - state: present - key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICFIttcpz0eFOYh3jUVw2NRST5rAFFFFPWfn6yNuuhat alma@laptop"