copr: upgrade to latest packages
This commit is contained in:
parent
e265e90c0d
commit
d079dda2e3
4 changed files with 12 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
|||
- python-futures # remove when new version of copr-backend will be released
|
||||
- logstash
|
||||
|
||||
- name: upgrade all packages
|
||||
dnf: name=* state=latest
|
||||
|
||||
- name: make copr dirs
|
||||
file: state=directory path={{ item }}
|
||||
with_items:
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
- copr-dist-git
|
||||
- rdiff-backup
|
||||
|
||||
- name: upgrade all packages
|
||||
yum: name=* state=latest
|
||||
|
||||
- name: ensure git storage path exists
|
||||
file: path="/var/lib/dist-git/git" state=directory group=packager mode=0775
|
||||
#- file: path="/var/lib/dist-git/git/pkgs-git-repos-list" state=file group=packager
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: upgrade all packages
|
||||
dnf: name=* state=latest
|
||||
|
||||
- name: install copr configs
|
||||
template: src="copr.conf" dest=/etc/copr/copr.conf mode=600
|
||||
notify:
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
notify:
|
||||
- restart haveged
|
||||
|
||||
- name: upgrade all packages
|
||||
dnf: name=* state=latest
|
||||
|
||||
- name: change owner of data to copr-signer
|
||||
shell: "chown -R copr-signer:copr-signer /var/lib/copr-keygen"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue