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