Fix some paths
This commit is contained in:
parent
efa6e4c0bc
commit
7e15e649c9
1 changed files with 2 additions and 2 deletions
|
@ -62,12 +62,12 @@
|
|||
- /srv/planet/config/people
|
||||
|
||||
- name: base planet config files
|
||||
copy: src=fpbuilder.conf dest=/etc/planet/fpbuilder.conf mode=0644 owner=root group=root
|
||||
copy: src=sub-planets/people/fpbuilder.conf dest=/etc/planet/fpbuilder.conf mode=0644 owner=root group=root
|
||||
tags:
|
||||
- planet_server
|
||||
|
||||
- name: copy the planet cron job (people)
|
||||
copy: src=planet-cron dest=/etc/cron.d/planet-cron
|
||||
copy: src=sub-planets/people/planet-cron dest=/etc/cron.d/planet-cron
|
||||
tags:
|
||||
- planet_server
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue