Instead of making a bunch of links, put the main site at the top level.

This commit is contained in:
Kevin Fenzi 2015-06-17 17:11:05 +00:00
parent 2b43330eb6
commit 533fb0b588
2 changed files with 2 additions and 2 deletions

View file

@ -47,6 +47,7 @@
- name: create planet directory
file: path={{ item }} state=directory owner=planet-user group=web mode=0775
with_items:
- /srv/planet
- /srv/planet/site
- /srv/planet/config
@ -63,7 +64,6 @@
file: path={{ item }} state=directory owner=planet-user group=web mode=0775
with_items:
- /etc/planet/people
- /srv/planet/site/people
- /srv/planet/config/people
- name: base planet config files