verify vs validate

This commit is contained in:
Ariejan de Vroom 2024-06-06 22:15:53 +02:00
parent 9aa2d31d2d
commit c03b708a8d
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -24,4 +24,4 @@
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
verify: /usr/sbin/visudo -cf %s validate: /usr/sbin/visudo -cf %s