mg
428a87144c
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#334 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
9 lines
156 B
YAML
9 lines
156 B
YAML
---
|
|
- hosts: all
|
|
become: yes
|
|
tasks:
|
|
- name: set root gid to 0
|
|
become: true
|
|
ansible.builtin.user:
|
|
name: root
|
|
group: root
|