Fixed intendation

This commit is contained in:
2021-10-18 14:31:30 +02:00
parent 7699858c1f
commit e99bfc6f34

View File

@@ -24,10 +24,10 @@
- name: Allow 'wheel' group to have passwordless sudo
lineinfile:
dest: /etc/sudoers
state: present
regexp: '^%wheel'
line: '%wheel ALL=(ALL) NOPASSWD: ALL'
dest: /etc/sudoers
state: present
regexp: '^%wheel'
line: '%wheel ALL=(ALL) NOPASSWD: ALL'
- name: Add the user tobi
ansible.builtin.user: