Actually copy planet httpd config file
This commit is contained in:
parent
6f12957c67
commit
fbe53aef9d
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue