Execution
Date 05 Aug 2024 14:59:13 +0100
Duration 00:00:32.15
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
22 Hosts
1 Tasks
22 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
dnf -y install tcpdump strace iotop
delta
0:00:01.725292
end
2024-08-05 14:59:16.702419
invocation
{
    "module_args": {
        "_raw_params": "dnf -y install tcpdump strace iotop",
        "_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-08-05 14:59:14.977127
stderr

stderr_lines
[]
stdout
Last metadata expiration check: 3:33:03 ago on Mon 05 Aug 2024 11:26:13 AM BST.
Package tcpdump-14:4.9.3-5.el8.x86_64 is already installed.
Package strace-5.18-2.el8.x86_64 is already installed.
Package iotop-0.6-18.el8.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
stdout_lines
[
    "Last metadata expiration check: 3:33:03 ago on Mon 05 Aug 2024 11:26:13 AM BST.",
    "Package tcpdump-14:4.9.3-5.el8.x86_64 is already installed.",
    "Package strace-5.18-2.el8.x86_64 is already installed.",
    "Package iotop-0.6-18.el8.noarch is already installed.",
    "Dependencies resolved.",
    "Nothing to do.",
    "Complete!"
]