style: clean up comment

This commit is contained in:
2026-07-20 18:38:48 +02:00
parent 0123b208cd
commit e39a2dcf82
+1 -1
View File
@@ -15,7 +15,7 @@
key: "{{ sysadmin_public_ssh_key }}" key: "{{ sysadmin_public_ssh_key }}"
become: true become: true
- name: Allow passwordless sudo for the sudo group - name: Allow passwordless sudo for sudo group
ansible.builtin.copy: ansible.builtin.copy:
dest: /etc/sudoers.d/sudo-nopasswd dest: /etc/sudoers.d/sudo-nopasswd
content: "%sudo ALL=(ALL) NOPASSWD: ALL" content: "%sudo ALL=(ALL) NOPASSWD: ALL"