Tag tasks in copr/frontend role
This commit is contained in:
parent
b996789ba9
commit
4b511a2c70
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue