diff --git a/ansible/playbooks/bootstrap.yaml b/ansible/playbooks/bootstrap.yaml index 41471e8..008a181 100644 --- a/ansible/playbooks/bootstrap.yaml +++ b/ansible/playbooks/bootstrap.yaml @@ -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