Playbook #7

/home/zuul/src/opendev.org/opendev/system-config/playbooks/service-gitea.yaml

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
18 Jul 2025 20:49:11 +0000 00:02:01.40 bridge99.opendev.org root Ansible 2.15.13 ara 1.7.2 (client), 1.7.2 (server) Python 3.10.12 1 1 94 92 21 0

Task result details


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!"
]