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
|
||||
user:
|
||||
name: noble
|
||||
group: noble
|
||||
groups: adm,ansible,wheel
|
||||
state: present
|
||||
comment: "Oscar Pocock"
|
||||
password: "{{ noble_passwd }}"
|
||||
shell: /bin/bash
|
||||
group: noble
|
||||
groups: adm,ansible,wheel
|
||||
state: present
|
||||
comment: "Oscar Pocock"
|
||||
password: "{{ noble_passwd }}"
|
||||
shell: /bin/bash
|
||||
|
||||
- name: users | noble | create config directories
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue