Execution
Date 19 Jul 2024 09:12:41 +0100
Duration 00:01:18.97
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.1
Python 3.10.10
Summary
136 Hosts
1 Tasks
136 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
dnf -y update dotnet-host dotnet-hostfxr dotnet-runtime epel-release jq libgs pam policycoreutils xmlrpc-c
delta
0:00:01.772631
end
2024-07-19 08:13:24.115471
invocation
{
    "module_args": {
        "_raw_params": "dnf -y update dotnet-host dotnet-hostfxr dotnet-runtime epel-release jq libgs pam policycoreutils xmlrpc-c",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2024-07-19 08:13:22.342840
stderr
Package dotnet-host available, but not installed.
Package libgs available, but not installed.
Package xmlrpc-c available, but not installed.
stderr_lines
[
    "Package dotnet-host available, but not installed.",
    "Package libgs available, but not installed.",
    "Package xmlrpc-c available, but not installed."
]
stdout
Last metadata expiration check: 1:58:10 ago on Fri 19 Jul 2024 06:15:13 AM UTC.
No match for argument: dotnet-host
No match for argument: dotnet-hostfxr
No match for argument: dotnet-runtime
No match for argument: libgs
No match for argument: xmlrpc-c
Dependencies resolved.
Nothing to do.
Complete!
stdout_lines
[
    "Last metadata expiration check: 1:58:10 ago on Fri 19 Jul 2024 06:15:13 AM UTC.",
    "No match for argument: dotnet-host",
    "No match for argument: dotnet-hostfxr",
    "No match for argument: dotnet-runtime",
    "No match for argument: libgs",
    "No match for argument: xmlrpc-c",
    "Dependencies resolved.",
    "Nothing to do.",
    "Complete!"
]