diff options
author | clime <clime@redhat.com> | 2017-04-10 15:22:05 +0200 |
---|---|---|
committer | clime <clime@redhat.com> | 2017-04-10 15:23:09 +0200 |
commit | fba2becab31c3544a77220bfce73211dba43b0d6 (patch) | |
tree | 6a6bac24868f641615cd20502f5dd9e2a2a17333 | |
parent | 91650b317805b6a973f00bfcc2ef0d26eee53523 (diff) | |
download | ansible-fba2becab31c3544a77220bfce73211dba43b0d6.tar.gz ansible-fba2becab31c3544a77220bfce73211dba43b0d6.tar.xz ansible-fba2becab31c3544a77220bfce73211dba43b0d6.zip |
copr-dist-git: use now what is built in @copr/copr-dev and @copr/copr repos
-rw-r--r-- | roles/copr/dist_git/tasks/main.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/copr/dist_git/tasks/main.yml b/roles/copr/dist_git/tasks/main.yml index 819d446fe..31a4acce3 100644 --- a/roles/copr/dist_git/tasks/main.yml +++ b/roles/copr/dist_git/tasks/main.yml @@ -7,9 +7,6 @@ - name: create user for git repos and copr-dist-git service user: name="copr-dist-git" group=copr-dist-git groups=packager,docker,apache,mock uid=1002 -- name: enable copr dist-git repo - shell: "dnf -y copr enable clime/dist-git" - - name: install packages dnf: state=present name={{ item }} with_items: |