Playbook #7 |
/home/zuul/src/opendev.org/opendev/system-config/playbooks/service-gitea.yaml |
Task result details
-
StatusCHANGED
-
Duration00:00:01.22
-
PlayBase: configure gitea
-
Taskgitea : Create root user
-
Hostgitea99.opendev.org
-
Date27 Oct 2025 19:42:20 +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.955373 |
| end |
2025-10-27 19:42:20.449702 |
| 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-10-27 19:42:19.494329 |
| 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!" ] |