Playbook #2

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

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
27 Oct 2025 19:29:29 +0000 00:05:20.95 bridge99.opendev.org root Ansible 2.15.13 ara 1.7.3 (client), 1.7.3 (server) Python 3.10.12 3 1 85 251 27 0

Task result details

  • Status
    CHANGED
  • Duration
    00:00:01.26
  • Play
    Base: set up common environment on all hosts
  • Task
    base/server : Get rid of extra depends

Field Value
changed
True
cmd
[
    "apt-get",
    "autoremove",
    "-y"
]
delta
0:00:00.756789
end
2025-10-27 19:33:55.352708
invocation
{
    "module_args": {
        "_raw_params": "apt-get autoremove -y",
        "_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:33:54.595919
stderr

stderr_lines
[]
stdout
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
stdout_lines
[
    "Reading package lists...",
    "Building dependency tree...",
    "Reading state information...",
    "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded."
]