Fixed whitespace
This commit is contained in:
parent
88882715a5
commit
f2717091fe
1 changed files with 6 additions and 6 deletions
|
@ -6,12 +6,12 @@
|
||||||
- name: users | noble | create user
|
- name: users | noble | create user
|
||||||
user:
|
user:
|
||||||
name: noble
|
name: noble
|
||||||
group: noble
|
group: noble
|
||||||
groups: adm,ansible,wheel
|
groups: adm,ansible,wheel
|
||||||
state: present
|
state: present
|
||||||
comment: "Oscar Pocock"
|
comment: "Oscar Pocock"
|
||||||
password: "{{ noble_passwd }}"
|
password: "{{ noble_passwd }}"
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
|
|
||||||
- name: users | noble | create config directories
|
- name: users | noble | create config directories
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue