diff --git a/Initial_Setup/armbian_initial_setup.yaml b/Initial_Setup/armbian_initial_setup.yaml index 1da049b..3743f7b 100644 --- a/Initial_Setup/armbian_initial_setup.yaml +++ b/Initial_Setup/armbian_initial_setup.yaml @@ -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 }}"