Move a play around to after the directory should be there.
This commit is contained in:
parent
66ef2391ca
commit
621fae73e7
1 changed files with 5 additions and 5 deletions
|
@ -29,11 +29,6 @@
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
|
||||||
- name: base planet config files
|
|
||||||
copy: src=fpbuilder.conf dest=/etc/planet/fpbuilder.conf mode=0644 owner=root group=root
|
|
||||||
tags:
|
|
||||||
- planet_server
|
|
||||||
|
|
||||||
#- name: copy the planet http config file
|
#- name: copy the planet http config file
|
||||||
# copy: src=planet-httpd.conf dest=/etc/httpd/conf.d/planet.conf
|
# copy: src=planet-httpd.conf dest=/etc/httpd/conf.d/planet.conf
|
||||||
# tags:
|
# tags:
|
||||||
|
@ -66,6 +61,11 @@
|
||||||
- /srv/planet/site/people
|
- /srv/planet/site/people
|
||||||
- /srv/planet/config/people
|
- /srv/planet/config/people
|
||||||
|
|
||||||
|
- name: base planet config files
|
||||||
|
copy: src=fpbuilder.conf dest=/etc/planet/fpbuilder.conf mode=0644 owner=root group=root
|
||||||
|
tags:
|
||||||
|
- planet_server
|
||||||
|
|
||||||
- name: copy the planet cron job (people)
|
- name: copy the planet cron job (people)
|
||||||
copy: src=planet-cron dest=/etc/cron.d/planet-cron
|
copy: src=planet-cron dest=/etc/cron.d/planet-cron
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue