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 - rsync
- screen - screen
- sudo - sudo
- tilix
- tree - tree
- unrar-free - unrar-free
- unzip - unzip
@ -60,7 +61,8 @@ flatpaks:
- md.obsidian.Obsidian - md.obsidian.Obsidian
- com.todoist.Todoist - com.todoist.Todoist
- org.libreoffice.LibreOffice - org.libreoffice.LibreOffice
- org.mozilla.Thunderbird - org.mozilla.Thunderbird
- com.protonvpn.www
base_fonts: base_fonts:
- adobe-source-code-pro-fonts - adobe-source-code-pro-fonts

View File

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