Move a play around to after the directory should be there.

This commit is contained in:
Kevin Fenzi 2015-06-16 20:12:28 +00:00
parent 66ef2391ca
commit 621fae73e7

View file

@ -29,11 +29,6 @@
tags:
- 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
# copy: src=planet-httpd.conf dest=/etc/httpd/conf.d/planet.conf
# tags:
@ -66,6 +61,11 @@
- /srv/planet/site/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)
copy: src=planet-cron dest=/etc/cron.d/planet-cron
tags: