Execution
Date 12 Sep 2025 10:28:12 +0100
Duration 00:02:13.80
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
43 Hosts
1 Tasks
43 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:45.57
  • Play
    Refresh dnf metadata and check for updates
  • Task
    Refresh dnf cache

Field Value
changed
False
cmd
set -o pipefail
dnf clean all
dnf check-update
delta
0:00:44.823941
end
2025-09-12 09:29:58.071867
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\ndnf clean all\ndnf check-update\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2025-09-12 09:29:13.247926
stderr

stderr_lines
[]
stdout
50 files removed
AlmaLinux 8 - BaseOS                             22 MB/s |  38 MB     00:01    
AlmaLinux 8 - AppStream                          14 MB/s |  21 MB     00:01    
AlmaLinux 8 - Extras                             14 kB/s |  14 kB     00:00    
AlmaLinux 8 - PowerTools                        4.3 MB/s | 5.0 MB     00:01    
Extra Packages for Enterprise Linux 8 - x86_64   10 MB/s |  14 MB     00:01    
kernelcare                                       10 kB/s | 7.0 kB     00:00
stdout_lines
[
    "50 files removed",
    "AlmaLinux 8 - BaseOS                             22 MB/s |  38 MB     00:01    ",
    "AlmaLinux 8 - AppStream                          14 MB/s |  21 MB     00:01    ",
    "AlmaLinux 8 - Extras                             14 kB/s |  14 kB     00:00    ",
    "AlmaLinux 8 - PowerTools                        4.3 MB/s | 5.0 MB     00:01    ",
    "Extra Packages for Enterprise Linux 8 - x86_64   10 MB/s |  14 MB     00:01    ",
    "kernelcare                                       10 kB/s | 7.0 kB     00:00    "
]