releng_compose: troubleshooting ansible groupmod

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2024-02-20 09:00:35 +00:00
parent fb76ca2a90
commit 6316520a6b
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

@ -87,7 +87,11 @@
# rawhide group
- name: rawhide group
group: name=rawhide gid=265 state=present
ansible.builtin.group:
name: "rawhide"
gid: 265
state: present
# rawhide user 265
- name: add rawhide user
user: name=rawhide uid=265 group=rawhide home=/tmp comment="rawhide compose account"