ci-test/ci/validate.yaml
2024-02-28 11:05:50 +00:00

11 lines
315 B
YAML

- hosts: all
tasks:
- name: Install dependencies
package:
name: ['just', 'python3-pyyaml']
state: present
become: yes
- name: Validate manifests and scripts syntax
ansible.builtin.command:
chdir: "{{ zuul.project.src_dir }}"
cmd: just validate