Add an initial sudo role.

This commit is contained in:
Tom Alexander
2022-10-09 18:51:41 -04:00
parent cd83e4756a
commit ade7fd30f4
6 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
- name: Install packages
package:
name:
- sudo
state: present