Execution
Date 08 May 2024 15:01:00 +0100
Duration 00:05:54.52
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
478 Hosts
1 Tasks
478 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
yum -y install jq
delta
0:00:26.907704
end
2024-05-08 14:06:14.714360
invocation
{
    "module_args": {
        "_raw_params": "yum -y install jq",
        "_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-08 14:05:47.806656
stderr
Existing lock /var/run/yum.pid: another copy is running as pid 13097.
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: yum
    Memory :  51 M RSS (1.4 GB VSZ)
    Started: Wed May  8 14:05:44 2024 - 00:04 ago
    State  : Sleeping, pid: 13097
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: yum
    Memory :  51 M RSS (1.4 GB VSZ)
    Started: Wed May  8 14:05:44 2024 - 00:06 ago
    State  : Sleeping, pid: 13097
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: yum
    Memory :  52 M RSS (1.4 GB VSZ)
    Started: Wed May  8 14:05:44 2024 - 00:08 ago
    State  : Sleeping, pid: 13097
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: yum
    Memory :  53 M RSS (1.4 GB VSZ)
    Started: Wed May  8 14:05:44 2024 - 00:10 ago
    State  : Running, pid: 13097
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: yum
    Memory :  53 M RSS (1.4 GB VSZ)
    Started: Wed May  8 14:05:44 2024 - 00:12 ago
    State  : Running, pid: 13097
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: yum
    Memory :  53 M RSS (1.4 GB VSZ)
    Started: Wed May  8 14:05:44 2024 - 00:14 ago
    State  : Running, pid: 13097
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: yum
    Memory :  53 M RSS (1.4 GB VSZ)
    Started: Wed May  8 14:05:44 2024 - 00:16 ago
    State  : Running, pid: 13097
stderr_lines
[
    "Existing lock /var/run/yum.pid: another copy is running as pid 13097.",
    "Another app is currently holding the yum lock; waiting for it to exit...",
    "  The other application is: yum",
    "    Memory :  51 M RSS (1.4 GB VSZ)",
    "    Started: Wed May  8 14:05:44 2024 - 00:04 ago",
    "    State  : Sleeping, pid: 13097",
    "Another app is currently holding the yum lock; waiting for it to exit...",
    "  The other application is: yum",
    "    Memory :  51 M RSS (1.4 GB VSZ)",
    "    Started: Wed May  8 14:05:44 2024 - 00:06 ago",
    "    State  : Sleeping, pid: 13097",
    "Another app is currently holding the yum lock; waiting for it to exit...",
    "  The other application is: yum",
    "    Memory :  52 M RSS (1.4 GB VSZ)",
    "    Started: Wed May  8 14:05:44 2024 - 00:08 ago",
    "    State  : Sleeping, pid: 13097",
    "Another app is currently holding the yum lock; waiting for it to exit...",
    "  The other application is: yum",
    "    Memory :  53 M RSS (1.4 GB VSZ)",
    "    Started: Wed May  8 14:05:44 2024 - 00:10 ago",
    "    State  : Running, pid: 13097",
    "Another app is currently holding the yum lock; waiting for it to exit...",
    "  The other application is: yum",
    "    Memory :  53 M RSS (1.4 GB VSZ)",
    "    Started: Wed May  8 14:05:44 2024 - 00:12 ago",
    "    State  : Running, pid: 13097",
    "Another app is currently holding the yum lock; waiting for it to exit...",
    "  The other application is: yum",
    "    Memory :  53 M RSS (1.4 GB VSZ)",
    "    Started: Wed May  8 14:05:44 2024 - 00:14 ago",
    "    State  : Running, pid: 13097",
    "Another app is currently holding the yum lock; waiting for it to exit...",
    "  The other application is: yum",
    "    Memory :  53 M RSS (1.4 GB VSZ)",
    "    Started: Wed May  8 14:05:44 2024 - 00:16 ago",
    "    State  : Running, pid: 13097"
]
stdout
Loaded plugins: fastestmirror, tsflags
Determining fastest mirrors
 * base: mirrors.binaryracks.com
 * epel: mirrors.ukfast.co.uk
 * extras: mirrors.binaryracks.com
 * updates: mirrors.vinters.com
Package jq-1.6-2.el7.x86_64 already installed and latest version
Nothing to do
stdout_lines
[
    "Loaded plugins: fastestmirror, tsflags",
    "Determining fastest mirrors",
    " * base: mirrors.binaryracks.com",
    " * epel: mirrors.ukfast.co.uk",
    " * extras: mirrors.binaryracks.com",
    " * updates: mirrors.vinters.com",
    "Package jq-1.6-2.el7.x86_64 already installed and latest version",
    "Nothing to do"
]