Execution
Date 08 Oct 2025 16:17:40 +0100
Duration 00:02:35.19
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
400 Hosts
2 Tasks
793 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
False
cmd
set -o pipefail
grep -E "<version|<release" /usr/local/psa/admin/plib/modules/ls-botstopper/meta.xml | sed -E 's#<.?version>|<.?release>##g' | xargs | tr " " "." | awk '{print "ls-botstopper installed on '$(hostname)' "$0}'
delta
0:00:00.010384
end
2025-10-08 16:19:16.853297
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\ngrep -E \"<version|<release\" /usr/local/psa/admin/plib/modules/ls-botstopper/meta.xml | sed -E 's#<.?version>|<.?release>##g' | xargs | tr \" \" \".\" | awk '{print \"ls-botstopper installed on '$(hostname)' \"$0}'\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg
non-zero return code
rc
2
start
2025-10-08 16:19:16.842913
stderr
grep: /usr/local/psa/admin/plib/modules/ls-botstopper/meta.xml: No such file or directory
stderr_lines
[
    "grep: /usr/local/psa/admin/plib/modules/ls-botstopper/meta.xml: No such file or directory"
]
stdout
ls-botstopper installed on crimson-lemur.man-1.vm.plesk-server.com
stdout_lines
[
    "ls-botstopper installed on crimson-lemur.man-1.vm.plesk-server.com "
]