Execution
Date 29 Jan 2026 10:50:16 +0000
Duration 00:00:07.25
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.4 / 1.7.4
Python 3.10.10
Summary
21 Hosts
1 Tasks
21 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
False
cmd
set -o pipefail
rm -rf /root/rm10285; mkdir /root/rm10285; cd /root/rm10285
wget --no-netrc https://deploy.thecode.casa/ls-tests//virtuozzo/enscale/hardware/goss/goss.yaml
goss validate -format documentation
delta
0:00:00.010081
end
2026-01-29 10:50:18.117191
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nrm -rf /root/rm10285; mkdir /root/rm10285; cd /root/rm10285\nwget --no-netrc https://deploy.thecode.casa/ls-tests//virtuozzo/enscale/hardware/goss/goss.yaml\ngoss validate -format documentation\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
78
start
2026-01-29 10:50:18.107110
stderr
wget: unrecognized option '--no-netrc'
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.
stderr_lines
[
    "wget: unrecognized option '--no-netrc'",
    "Usage: wget [OPTION]... [URL]...",
    "",
    "Try `wget --help' for more options."
]
stdout
Error: file error: open ./goss.yaml: no such file or directory
stdout_lines
[
    "Error: file error: open ./goss.yaml: no such file or directory"
]