Delete roles/shell/tasks/users/mcornick.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2023-07-23 23:43:33 +00:00
parent 0e120fb880
commit 4ef023c85a
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
---
- name: Setting up mcornick
user:
name: mcornick
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/mcornick
- authorized_key:
user: mcornick
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL25/CkyKSTZVLsSCK+gFEWTVJC9Bmibpc7X7ucGTX7f"