xoxys.users/molecule/rocky8/converge.yml
Robert Kaussow 1c5b07f3d8
All checks were successful
continuous-integration/drone/pr Build is passing
feat: add test for Rocky Linux 8
2021-10-03 16:33:03 +02:00

15 lines
225 B
YAML

---
- name: Converge
hosts: all
vars:
users_default_users:
- name: demouser
groups:
- wheel
shell: /bin/sh
users_default_groups:
- demogroup
roles:
- role: xoxys.users