ci-test/ci/validate.yaml

12 lines
315 B
YAML
Raw Normal View History

2022-10-26 09:11:02 +00:00
- hosts: all
tasks:
- name: Install dependencies
package:
2024-02-26 23:20:55 +00:00
name: ['just', 'python3-pyyaml']
state: present
become: yes
2022-10-26 09:11:02 +00:00
- name: Validate manifests and scripts syntax
ansible.builtin.command:
chdir: "{{ zuul.project.src_dir }}"
2024-02-26 23:20:55 +00:00
cmd: just validate