Playbook #7 |
/home/zuul/src/opendev.org/opendev/system-config/playbooks/service-gitea.yaml |
Task result details
-
StatusCHANGED
-
Duration00:00:00.80
-
PlayBase: configure gitea
-
Taskgitea : Create root user
-
Hostgitea99.opendev.org
-
Date18 Jul 2025 20:51:03 +0000
-
Module / Actioncommand (/home/zuul/src/opendev.org/opendev/system-config/playbooks/roles/gitea/tasks/main.yaml:112)
Field | Value |
---|---|
changed |
True |
cmd |
[ "/usr/local/bin/docker-compose", "-f", "/etc/gitea-docker/docker-compose.yaml", "exec", "-T", "gitea-web", "gitea", "admin", "user", "create", "--name", "root", "--password", "BUbBcpToMwR05ZCB", "--email", "infra-root@openstack.org", "--admin" ] |
delta |
0:00:00.614136 |
end |
2025-07-18 20:51:03.135455 |
invocation |
{ "module_args": { "_raw_params": "/usr/local/bin/docker-compose -f /etc/gitea-docker/docker-compose.yaml exec -T gitea-web gitea admin user create --name root --password BUbBcpToMwR05ZCB --email infra-root@openstack.org --admin\n", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } } |
msg |
|
rc |
0 |
start |
2025-07-18 20:51:02.521319 |
stderr |
--name flag is deprecated. Use --username instead. |
stderr_lines |
[ "--name flag is deprecated. Use --username instead." ] |
stdout |
New user 'root' has been successfully created! |
stdout_lines |
[ "New user 'root' has been successfully created!" ] |