Need a leading / on this path.

This commit is contained in:
Kevin Fenzi 2015-06-16 20:23:03 +00:00
parent dbda442f93
commit efa6e4c0bc

View file

@ -46,7 +46,7 @@
- /srv/planet/config - /srv/planet/config
- name: copy the run-planet script - name: copy the run-planet script
copy: src=run-planet dest=srv/planet/config/run-planet copy: src=run-planet dest=/srv/planet/config/run-planet
tags: tags:
- planet_server - planet_server