Actually copy planet httpd config file

This commit is contained in:
Till Maas 2015-07-31 20:19:04 +02:00
parent 6f12957c67
commit fbe53aef9d

View file

@ -29,10 +29,10 @@
tags:
- planet_server
#- name: copy the planet http config file
# copy: src=planet-httpd.conf dest=/etc/httpd/conf.d/planet.conf
# tags:
# - planet_server
- name: copy the planet http config file
copy: src=planet.conf dest=/etc/httpd/conf.d/planet.conf
tags:
- planet_server
- name: copy the run planet-config script into /usr/local/bin
copy: src=pull-run-planet-config.sh dest=/usr/local/bin/pull-run-planet-config.sh mode=755