Update 'roles/shell/tasks/users/xenialito69.yml'
This commit is contained in:
parent
4bd5eba840
commit
cae7419b31
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue