Execution
Date 31 Oct 2024 09:27:03 +0000
Duration 00:00:08.02
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.2 / 1.7.2
Python 3.10.10
Summary
8 Hosts
1 Tasks
8 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:04.60
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    s1-sg

Field Value
changed
True
cmd
sudo -u agent360 /usr/local/bin/agent360 test megacli_ls
delta
0:00:01.724484
end
2024-10-31 09:27:08.558738
invocation
{
    "module_args": {
        "_raw_params": "sudo -u agent360 /usr/local/bin/agent360 test megacli_ls",
        "_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-10-31 09:27:06.834254
stderr
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.

sudo: no tty present and no askpass program specified
stderr_lines
[
    "",
    "We trust you have received the usual lecture from the local System",
    "Administrator. It usually boils down to these three things:",
    "",
    "    #1) Respect the privacy of others.",
    "    #2) Think before you type.",
    "    #3) With great power comes great responsibility.",
    "",
    "sudo: no tty present and no askpass program specified"
]
stdout
megacli_ls:
Execution error: Object of type 'KeyError' is not JSON serializable
stdout_lines
[
    "megacli_ls:",
    "Execution error: Object of type 'KeyError' is not JSON serializable"
]