Configure passwordless sudo for wheel group.

This commit is contained in:
Tom Alexander
2022-10-09 23:14:55 -04:00
parent ade7fd30f4
commit a6e60cef85
5 changed files with 24 additions and 1 deletions

View File

@@ -3,3 +3,9 @@
name:
- sudo
state: present
- include: tasks/freebsd.yaml
when: 'os_flavor == "freebsd"'
- include: tasks/linux.yaml
when: 'os_flavor == "linux"'