mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-20 17:09:25 +00:00
6 lines
86 B
YAML
6 lines
86 B
YAML
# This creates our users on the system
|
|
---
|
|
- group:
|
|
name: sudo
|
|
state: present
|