Just removed 2 spaces, literally who cares.

This commit is contained in:
savagebidoof 2023-12-14 18:08:32 +01:00
parent 3f378c1d8e
commit 359b9405e9

View File

@ -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 }}"