diff --git a/roles/copr/frontend/tasks/main.yml b/roles/copr/frontend/tasks/main.yml index 681c894c4e..c93fb6951e 100644 --- a/roles/copr/frontend/tasks/main.yml +++ b/roles/copr/frontend/tasks/main.yml @@ -7,6 +7,7 @@ # workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1622513 - python3-requests tags: + - copr - packages - name: install copr configs @@ -14,6 +15,7 @@ notify: - reload httpd tags: + - copr - config - name: copy apache files to conf.d (templates) @@ -21,12 +23,14 @@ notify: - reload httpd tags: + - copr - config - name: set staging banner for staging instance when: env == 'staging' copy: src=banner-include.html dest=/var/lib/copr/ tags: + - copr - config # https://bugzilla.redhat.com/show_bug.cgi?id=1535689 @@ -36,17 +40,20 @@ state: yes persistent: yes tags: + - copr - selinux - name: enable and start httpd service: name=httpd state=started enabled=yes tags: + - copr - service - name: enable and start pagure-events service: name=pagure-events enabled=yes state=started when: not 'pagure-events.service is missing in latest copr-frontend rpm in f28 repos' tags: + - copr - service - name: set up admins