ci-test/ci/validate.yaml
2023-02-14 12:16:24 +01:00

11 lines
305 B
YAML

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