Execution
Date 23 Mar 2026 08:37:50 +0000
Duration 00:00:12.69
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.13
ara 1.7.4 / 1.7.4
Python 3.10.10
Summary
25 Hosts
1 Tasks
25 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:02.77
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    kvm017

Field Value
ansible_facts
{
    "discovered_interpreter_python": "/usr/bin/python3"
}
changed
True
cmd
dnf -y install net-tools
delta
0:00:01.492624
end
2026-03-23 08:37:54.235369
invocation
{
    "module_args": {
        "_raw_params": "dnf -y install net-tools",
        "_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
2026-03-23 08:37:52.742745
stderr

stderr_lines
[]
stdout
Last metadata expiration check: 1:59:31 ago on Mon 23 Mar 2026 06:38:22 UTC.
Package net-tools-2.0-0.64.20160912git.el9.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
stdout_lines
[
    "Last metadata expiration check: 1:59:31 ago on Mon 23 Mar 2026 06:38:22 UTC.",
    "Package net-tools-2.0-0.64.20160912git.el9.x86_64 is already installed.",
    "Dependencies resolved.",
    "Nothing to do.",
    "Complete!"
]