rebuild fulltext indexes after reprovision
This commit is contained in:
parent
ac83211407
commit
a7366fb951
1 changed files with 7 additions and 0 deletions
|
@ -87,6 +87,13 @@
|
|||
- kevin
|
||||
- vgologuz
|
||||
|
||||
- name: rebuild indexes
|
||||
command: ./manage.py update_indexes
|
||||
become: yes
|
||||
become_user: copr-fe
|
||||
args:
|
||||
chdir: /usr/share/copr/coprs_frontend/
|
||||
|
||||
- name: install ssl certificates for production
|
||||
include: "install_certs.yml"
|
||||
when: not devel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue