Use builtin correctly

This commit is contained in:
Ariejan de Vroom 2024-06-06 22:17:09 +02:00
parent c03b708a8d
commit ea4ae50be3
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -20,7 +20,7 @@
become: true become: true
- name: Setup sudo - name: Setup sudo
copy: ansible.builtin.copy:
dest: /etc/sudoers.d/{{ user.name }} dest: /etc/sudoers.d/{{ user.name }}
content: "{{ user.name }} ALL=(ALL:ALL) ALL" content: "{{ user.name }} ALL=(ALL:ALL) ALL"
mode: 0440 mode: 0440