mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2024-10-31 18:51:22 +00:00
3 lines
156 B
Plaintext
3 lines
156 B
Plaintext
|
insert into users (name, status, usertype) values ('{{ koji_kojira_user }}', 0, 0);
|
||
|
INSERT INTO user_perms (user_id, perm_id, creator_id) VALUES (2, 3, 1);
|