copr: squash_actions is deprecated

This commit is contained in:
Miroslav Suchý 2019-04-02 10:10:27 +02:00
parent 36b845d7c0
commit 16c80501f5

View file

@ -9,21 +9,23 @@
user: name="copr-dist-git" group=copr-dist-git groups=packager,apache uid=1002 user: name="copr-dist-git" group=copr-dist-git groups=packager,apache uid=1002
- name: install packages - name: install packages
dnf: state=present name={{ item }} dnf:
with_items: state: present
- cgit name:
- copr-dist-git - cgit
- rdiff-backup - copr-dist-git
- tmpwatch - rdiff-backup
- highlight - tmpwatch
- scl-utils-build - highlight
- scl-utils-build
- name: install latest dist-git and copr-dist-git - name: install latest dist-git and copr-dist-git
dnf: state=latest name={{ item }} dnf:
with_items: state: latest
- dist-git name:
- dist-git-selinux - dist-git
- copr-dist-git - dist-git-selinux
- copr-dist-git
- name: switch selinux to enforcing - name: switch selinux to enforcing
selinux: policy=targeted state=enforcing selinux: policy=targeted state=enforcing