ansible/roles/common/tasks/users.yml

6 lines
86 B
YAML
Raw Normal View History

2018-12-15 22:59:40 +00:00
# This creates our users on the system
2018-12-15 03:30:42 +00:00
---
- group:
name: sudo
state: present