releng_compose: troubleshooting ansible groupmod
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
fb76ca2a90
commit
6316520a6b
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue