Update people playbook to integrate people2

This commit is contained in:
Chaoyi Zha 2016-02-22 20:51:18 +00:00
parent 168e877226
commit 810131ee06

View file

@ -14,6 +14,7 @@
- nano
- pyliblzma
- libxml2-python
- python-jinja2
tags:
- packages
- people
@ -226,8 +227,13 @@
tags:
- people
- name: copy static files to make main fedorapeople.org index page
copy: src=static dest=/srv/people/site/static
tags:
- people
- name: setup script to make main fedorapeople.org index page
copy: src=make-people-page.sh dest=/usr/local/bin/make-people-page.sh mode=755
copy: src=make-people-page.py dest=/usr/local/bin/make-people-page.py mode=755
tags:
- people