Become true for sudo edits

This commit is contained in:
Ariejan de Vroom 2024-06-06 23:59:08 +02:00
parent 8051be09c0
commit 4968d750dd
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 5 additions and 2 deletions

View File

@ -39,6 +39,7 @@ packages:
- rsync
- screen
- sudo
- tilix
- tree
- unrar-free
- unzip
@ -61,6 +62,7 @@ flatpaks:
- com.todoist.Todoist
- org.libreoffice.LibreOffice
- org.mozilla.Thunderbird
- com.protonvpn.www
base_fonts:
- adobe-source-code-pro-fonts

View File

@ -25,3 +25,4 @@
content: "{{ user.name }} ALL=(ALL:ALL) ALL"
mode: 0440
validate: /usr/sbin/visudo -cf %s
become: true