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
18 Jul 2025 20:43:54 +0000 00:01:43.18 bridge99.opendev.org root Ansible 2.15.13 ara 1.7.2 (client), 1.7.2 (server) Python 3.10.12 3 1 85 251 27 0

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.76
  • 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.404059
end
2025-07-18 20:45:02.979529
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-07-18 20:45:02.575470
stderr

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