ci-test/ci/validate.yaml

12 lines
305 B
YAML
Raw Normal View History

2022-10-26 09:11:02 +00:00
- hosts: all
tasks:
- name: Install dependencies
package:
name: ['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 }}"
2022-10-26 09:11:02 +00:00
cmd: ci/validate