Update 'roles/shell/tasks/users/xenialito69.yml'

This commit is contained in:
Anton McClure 2018-12-30 18:28:14 -05:00
parent 4bd5eba840
commit cae7419b31
1 changed files with 8 additions and 8 deletions

View File

@ -1,14 +1,14 @@
--- ---
- name: Setting up xenialito69 - name: Setting up xenialito69
user: user:
name: xenialito69 name: xenialito69
groups: tilde groups: tilde
state: present state: present
skeleton: /etc/skel skeleton: /etc/skel
shell: /bin/bash shell: /bin/bash
system: no system: no
createhome: yes createhome: yes
home: /home/xenialito69 home: /home/xenialito69
- authorized_key: - authorized_key:
user: parik user: parik
state: present state: present