Execution
Date 07 Oct 2025 12:12:54 +0100
Duration 00:00:20.40
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
4 Hosts
1 Tasks
4 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
yum -y install pciutils
delta
0:00:02.724796
end
2025-10-07 12:12:58.458057
invocation
{
    "module_args": {
        "_raw_params": "yum -y install pciutils",
        "_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
2025-10-07 12:12:55.733261
stderr

stderr_lines
[]
stdout
Loaded plugins: fastestmirror, langpacks, priorities, va, virtuozzo, vzlinux,
              : yum-plugin-readykernel, yum-plugin-rk-repo
Determining fastest mirrors
380 packages excluded due to repository priority protections
Package pciutils-3.5.1-3.vl7.x86_64 already installed and latest version
Nothing to do
stdout_lines
[
    "Loaded plugins: fastestmirror, langpacks, priorities, va, virtuozzo, vzlinux,",
    "              : yum-plugin-readykernel, yum-plugin-rk-repo",
    "Determining fastest mirrors",
    "380 packages excluded due to repository priority protections",
    "Package pciutils-3.5.1-3.vl7.x86_64 already installed and latest version",
    "Nothing to do"
]