diff options
| author | clime <clime@redhat.com> | 2016-09-19 16:53:41 +0200 |
|---|---|---|
| committer | clime <clime@redhat.com> | 2016-09-19 16:56:27 +0200 |
| commit | 5ebe0801a7b445731e4337fbbdbb07da0038614e (patch) | |
| tree | 716f7abd24938ea100139704b257e05159fb1fe9 | |
| parent | 016d46a9ab3f3a6cac6a34860f4b003d23c2c282 (diff) | |
upgrade copr-dist-git if higher version is available
| -rw-r--r-- | roles/copr/dist_git/tasks/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/copr/dist_git/tasks/main.yml b/roles/copr/dist_git/tasks/main.yml index 2c16c7786..005dc143f 100644 --- a/roles/copr/dist_git/tasks/main.yml +++ b/roles/copr/dist_git/tasks/main.yml @@ -14,6 +14,10 @@ - rdiff-backup - tmpwatch +# BZ 1241507 +- name: upgrade copr-dist-git + shell: yum-deprecated install -y copr-dist-git || yum install -y copr-dist-git + - name: switch selinux to permissive selinux: policy=targeted state=permissive |
