Execution
Date 22 May 2024 15:23:55 +0100
Duration 00:00:15.44
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.2.dev2
Python 3.10.10
Summary
9 Hosts
1 Tasks
9 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:04.27
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    kvm02

Field Value
ansible_facts
{
    "discovered_interpreter_python": "/usr/bin/python3"
}
changed
True
cmd
dnf -y install python3-libnbd
delta
0:00:02.656376
end
2024-05-22 14:23:59.771802
invocation
{
    "module_args": {
        "_raw_params": "dnf -y install python3-libnbd",
        "_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-05-22 14:23:57.115426
stderr

stderr_lines
[]
stdout
Last metadata expiration check: 0:27:18 ago on Wed 22 May 2024 13:56:40 UTC.
Dependencies resolved.
================================================================================
 Package               Architecture  Version             Repository        Size
================================================================================
Installing:
 python3-libnbd        x86_64        1.18.1-3.el9        appstream         86 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 86 k
Installed size: 469 k
Downloading Packages:
python3-libnbd-1.18.1-3.el9.x86_64.rpm          3.0 MB/s |  86 kB     00:00    
--------------------------------------------------------------------------------
Total                                           247 kB/s |  86 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : python3-libnbd-1.18.1-3.el9.x86_64                     1/1 
  Running scriptlet: python3-libnbd-1.18.1-3.el9.x86_64                     1/1 
  Verifying        : python3-libnbd-1.18.1-3.el9.x86_64                     1/1 

Installed:
  python3-libnbd-1.18.1-3.el9.x86_64                                            

Complete!
stdout_lines
[
    "Last metadata expiration check: 0:27:18 ago on Wed 22 May 2024 13:56:40 UTC.",
    "Dependencies resolved.",
    "================================================================================",
    " Package               Architecture  Version             Repository        Size",
    "================================================================================",
    "Installing:",
    " python3-libnbd        x86_64        1.18.1-3.el9        appstream         86 k",
    "",
    "Transaction Summary",
    "================================================================================",
    "Install  1 Package",
    "",
    "Total download size: 86 k",
    "Installed size: 469 k",
    "Downloading Packages:",
    "python3-libnbd-1.18.1-3.el9.x86_64.rpm          3.0 MB/s |  86 kB     00:00    ",
    "--------------------------------------------------------------------------------",
    "Total                                           247 kB/s |  86 kB     00:00     ",
    "Running transaction check",
    "Transaction check succeeded.",
    "Running transaction test",
    "Transaction test succeeded.",
    "Running transaction",
    "  Preparing        :                                                        1/1 ",
    "  Installing       : python3-libnbd-1.18.1-3.el9.x86_64                     1/1 ",
    "  Running scriptlet: python3-libnbd-1.18.1-3.el9.x86_64                     1/1 ",
    "  Verifying        : python3-libnbd-1.18.1-3.el9.x86_64                     1/1 ",
    "",
    "Installed:",
    "  python3-libnbd-1.18.1-3.el9.x86_64                                            ",
    "",
    "Complete!"
]