copr: upgrade to latest packages

This commit is contained in:
Miroslav Suchý 2016-03-24 10:04:21 +01:00
parent e265e90c0d
commit d079dda2e3
4 changed files with 12 additions and 0 deletions

View file

@ -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:

View file

@ -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

View file

@ -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:

View file

@ -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"