releng_compose: debugging issue with rawhide user/group

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan
2024-02-20 09:36:15 +00:00
parent 1f5327c691
commit b8243fd0bf

View File

@@ -95,7 +95,14 @@
# rawhide user 265
- name: add rawhide user
user: name=rawhide uid=265 group=rawhide home=/tmp comment="rawhide compose account"
ansible.builtin.user:
name: "rawhide"
uid: 265
group: "rawhide"
home: "/tmp"
comment: "rawhide compose account"
state: present
local: true
- name: make a bunch of dirs
file: state=directory path={{ item }}