rebuild fulltext indexes after reprovision

This commit is contained in:
Miroslav Suchý 2016-02-11 15:19:00 +01:00
parent ac83211407
commit a7366fb951

View file

@ -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