summaryrefslogtreecommitdiffstats
path: root/ansible/build.rpms.centos8.yml
blob: a37efdb8f7c7e547a0b28cd3fa2036614e71a5c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- hosts: localhost
  connection: local
  become: no
  vars:
    refspec: "{{ refspec }}"
  vars_files:
    - vars.yml
  roles:
    - prep.dirs
    - make.tarball
    - make.srpm
    - build.rpms.centos8