Execution
Date 29 Aug 2024 11:54:59 +0100
Duration 00:00:43.42
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
135 Hosts
1 Tasks
135 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
rpm -qi mod_geoip
delta
0:00:00.015099
end
2024-08-29 13:55:15.171465
invocation
{
    "module_args": {
        "_raw_params": "rpm -qi mod_geoip",
        "_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
non-zero return code
rc
1
start
2024-08-29 13:55:15.156366
stderr

stderr_lines
[]
stdout
package mod_geoip is not installed
stdout_lines
[
    "package mod_geoip is not installed"
]