Execution
Date 29 Jan 2026 10:30:55 +0000
Duration 00:00:05.55
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
17 Hosts
1 Tasks
17 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
        mkdir /root/rm10285; cd /root/rm10285
        wget https://deploy.thecode.casa/ls-tests//virtuozzo/enscale/hardware/goss/goss.yaml
        goss validate -format documentation
      args:
        executable: /bin/bash
      changed_when: false