fedora-comps/ci/validate.yaml

12 lines
319 B
YAML
Raw Normal View History

- hosts: all
tasks:
- name: Install needed packages
package:
name: ['intltool', 'libxslt', 'libxml2']
state: present
become: yes
- name: Validate comps files
ansible.builtin.command:
chdir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}"
cmd: ci/validate