Execution
Date 15 Dec 2025 10:16:58 +0000
Duration 00:02:05.54
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
17 Hosts
64 Tasks
194 Results
13 Plays
46 Files
0 Records

Task result details


Field Value
cache_update_time
1765791897
cache_updated
False
changed
True
diff

invocation
{
    "module_args": {
        "allow_change_held_packages": false,
        "allow_downgrade": false,
        "allow_unauthenticated": false,
        "autoclean": false,
        "autoremove": false,
        "cache_valid_time": 0,
        "clean": false,
        "deb": null,
        "default_release": null,
        "dpkg_options": "force-confdef,force-confold",
        "fail_on_autoremove": false,
        "force": false,
        "force_apt_get": false,
        "install_recommends": null,
        "lock_timeout": 60,
        "name": "netcat-openbsd",
        "only_upgrade": false,
        "package": [
            "netcat-openbsd"
        ],
        "policy_rc_d": null,
        "purge": false,
        "state": "present",
        "update_cache": null,
        "update_cache_retries": 5,
        "update_cache_retry_max_delay": 12,
        "upgrade": null
    }
}
stderr

stderr_lines
[]
stdout
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libbsd0
The following NEW packages will be installed:
  libbsd0 netcat-openbsd
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 85.5 kB of archives.
After this operation, 239 kB of additional disk space will be used.
Get:1 https://mirror-int.ord.rax.opendev.org/ubuntu noble-updates/main amd64 libbsd0 amd64 0.12.1-1build1.1 [41.2 kB]
Get:2 https://mirror-int.ord.rax.opendev.org/ubuntu noble/main amd64 netcat-openbsd amd64 1.226-1ubuntu2 [44.3 kB]
Fetched 85.5 kB in 0s (1036 kB/s)
Selecting previously unselected package libbsd0:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12182 files and directories currently installed.)
Preparing to unpack .../libbsd0_0.12.1-1build1.1_amd64.deb ...
Unpacking libbsd0:amd64 (0.12.1-1build1.1) ...
Selecting previously unselected package netcat-openbsd.
Preparing to unpack .../netcat-openbsd_1.226-1ubuntu2_amd64.deb ...
Unpacking netcat-openbsd (1.226-1ubuntu2) ...
Setting up libbsd0:amd64 (0.12.1-1build1.1) ...
Setting up netcat-openbsd (1.226-1ubuntu2) ...
update-alternatives: using /bin/nc.openbsd to provide /bin/nc (nc) in auto mode
Processing triggers for libc-bin (2.39-0ubuntu8.6) ...
stdout_lines
[
    "Reading package lists...",
    "Building dependency tree...",
    "Reading state information...",
    "The following additional packages will be installed:",
    "  libbsd0",
    "The following NEW packages will be installed:",
    "  libbsd0 netcat-openbsd",
    "0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.",
    "Need to get 85.5 kB of archives.",
    "After this operation, 239 kB of additional disk space will be used.",
    "Get:1 https://mirror-int.ord.rax.opendev.org/ubuntu noble-updates/main amd64 libbsd0 amd64 0.12.1-1build1.1 [41.2 kB]",
    "Get:2 https://mirror-int.ord.rax.opendev.org/ubuntu noble/main amd64 netcat-openbsd amd64 1.226-1ubuntu2 [44.3 kB]",
    "Fetched 85.5 kB in 0s (1036 kB/s)",
    "Selecting previously unselected package libbsd0:amd64.",
    "(Reading database ... ",
    "(Reading database ... 5%",
    "(Reading database ... 10%",
    "(Reading database ... 15%",
    "(Reading database ... 20%",
    "(Reading database ... 25%",
    "(Reading database ... 30%",
    "(Reading database ... 35%",
    "(Reading database ... 40%",
    "(Reading database ... 45%",
    "(Reading database ... 50%",
    "(Reading database ... 55%",
    "(Reading database ... 60%",
    "(Reading database ... 65%",
    "(Reading database ... 70%",
    "(Reading database ... 75%",
    "(Reading database ... 80%",
    "(Reading database ... 85%",
    "(Reading database ... 90%",
    "(Reading database ... 95%",
    "(Reading database ... 100%",
    "(Reading database ... 12182 files and directories currently installed.)",
    "Preparing to unpack .../libbsd0_0.12.1-1build1.1_amd64.deb ...",
    "Unpacking libbsd0:amd64 (0.12.1-1build1.1) ...",
    "Selecting previously unselected package netcat-openbsd.",
    "Preparing to unpack .../netcat-openbsd_1.226-1ubuntu2_amd64.deb ...",
    "Unpacking netcat-openbsd (1.226-1ubuntu2) ...",
    "Setting up libbsd0:amd64 (0.12.1-1build1.1) ...",
    "Setting up netcat-openbsd (1.226-1ubuntu2) ...",
    "update-alternatives: using /bin/nc.openbsd to provide /bin/nc (nc) in auto mode",
    "Processing triggers for libc-bin (2.39-0ubuntu8.6) ..."
]