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
|
- nano
|
||||||
- pyliblzma
|
- pyliblzma
|
||||||
- libxml2-python
|
- libxml2-python
|
||||||
|
- python-jinja2
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- people
|
- people
|
||||||
|
@ -226,8 +227,13 @@
|
||||||
tags:
|
tags:
|
||||||
- people
|
- 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
|
- 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:
|
tags:
|
||||||
- people
|
- people
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue