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

This commit is contained in:
deepend 2023-07-06 21:59:07 +00:00
parent c775edef11
commit 1110e5309d
1 changed files with 0 additions and 15 deletions

View File

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