/home/zuul/src/opendev.org/opendev/system-config/playbooks/base.yaml
Execution
Date 08 Apr 2026 21:33:01 +0000
Duration 00:01:48.85
Controller bridge99.opendev.org
User root
Versions
Ansible 2.15.13
ara 1.7.5 / 1.7.5
Python 3.10.12
Summary
2 Hosts
87 Tasks
171 Results
1 Plays
27 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.92
  • 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.494631
end
2026-04-08 21:34:14.785206
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
2026-04-08 21:34:14.290575
stderr

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