Execution
Date 02 Feb 2026 12:05:19 +0000
Duration 00:00:08.86
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
25 Hosts
1 Tasks
25 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/RM10285-goss-run.yaml

---
- name: Run goss validation
  hosts: all
  gather_facts: false
  tasks:
    - name: Run validations
      ansible.builtin.shell: |
        set -o pipefail
        rm -rf /root/rm10285; mkdir /root/rm10285; cd /root/rm10285
        curl -sS -o goss.yaml https://deploy.thecode.casa/ls-tests//virtuozzo/enscale/hardware/goss/goss.yaml
        goss validate -format documentation
      args:
        executable: /bin/bash
      changed_when: false