Update people playbook to integrate people2
This commit is contained in:
parent
168e877226
commit
810131ee06
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue