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
    FAILED
  • Duration
    00:00:59.58
  • 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:08.143536
end
2025-09-12 09:28:23.300224
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
non-zero return code
rc
1
start
2025-09-12 09:28:15.156688
stderr
Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
stderr_lines
[
    "Errors during downloading metadata for repository 'mariadb':",
    "  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)",
    "Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried"
]
stdout
0 files removed
MariaDB                                          15  B/s |  10  B     00:00
stdout_lines
[
    "0 files removed",
    "MariaDB                                          15  B/s |  10  B     00:00    "
]