Execution
Date 22 Apr 2026 13:37:19 +0100
Duration 00:00:01.11
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.13
ara 1.7.5 / 1.7.5
Python 3.10.10
Summary
1 Hosts
2 Tasks
2 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.49
  • Play
    New KVM server provisioning scripts
  • Task
    Install ls-tests suite

Field Value
changed
True
cmd
set -o pipefail
curl -s https://deploy.thecode.casa/ls-tests/installer.sh | bash
delta None
end None
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\ncurl -s https://deploy.thecode.casa/ls-tests/installer.sh | bash\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": "/opt/ls_tools/ls-tests/run_tests.sh",
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg
Did not run command since '/opt/ls_tools/ls-tests/run_tests.sh' exists
rc
0
start None
stderr

stderr_lines
[]
stdout
skipped, since /opt/ls_tools/ls-tests/run_tests.sh exists
stdout_lines
[
    "skipped, since /opt/ls_tools/ls-tests/run_tests.sh exists"
]