fix missing new line in sudoers
This commit is contained in:
parent
afceb5514b
commit
8454f975e5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue