Just removed 2 spaces, literally who cares.
This commit is contained in:
parent
3f378c1d8e
commit
359b9405e9
@ -55,8 +55,8 @@
|
||||
group:
|
||||
name: wheel
|
||||
state: present
|
||||
#
|
||||
#
|
||||
|
||||
|
||||
- name: Allow 'wheel' group to have passwordless sudo
|
||||
ansible.builtin.lineinfile:
|
||||
dest: /etc/sudoers
|
||||
@ -64,11 +64,9 @@
|
||||
regexp: '^%wheel'
|
||||
line: '%wheel ALL=(ALL) PASSWD: ALL'
|
||||
validate: visudo -cf %s
|
||||
#
|
||||
#
|
||||
|
||||
# # Create `orangepi` (or whatever user u want to create) user (will bother about it later) # maybe move to -> kuser (kluster user)?
|
||||
#
|
||||
#
|
||||
|
||||
- name: Add user new_user_name
|
||||
ansible.builtin.user:
|
||||
name: "{{ new_user_name }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user