mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
releng_compose: debugging issue with rawhide user/group
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user