fix missing new line in sudoers

This commit is contained in:
Fabio Sinibaldi 2026-07-27 17:19:39 +02:00
parent afceb5514b
commit 8454f975e5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
- name: Set ansible user as sudoer
ansible.builtin.copy:
content: "ansible ALL = (ALL) NOPASSWD:ALL"
content: "ansible ALL = (ALL) NOPASSWD:ALL\n"
dest: /etc/sudoers.d/ansible
owner: root
group: root