copr: squash_actions is deprecated
This commit is contained in:
parent
36b845d7c0
commit
16c80501f5
1 changed files with 15 additions and 13 deletions
|
@ -9,8 +9,9 @@
|
||||||
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
|
||||||
|
name:
|
||||||
- cgit
|
- cgit
|
||||||
- copr-dist-git
|
- copr-dist-git
|
||||||
- rdiff-backup
|
- rdiff-backup
|
||||||
|
@ -19,8 +20,9 @@
|
||||||
- scl-utils-build
|
- 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
|
||||||
|
name:
|
||||||
- dist-git
|
- dist-git
|
||||||
- dist-git-selinux
|
- dist-git-selinux
|
||||||
- copr-dist-git
|
- copr-dist-git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue