Commit 8c345fdf by John Jarvis

symlink in the cfg dir

parent 1b966995
......@@ -82,10 +82,10 @@
dest={{ COMMON_CFG_DIR }}/{{ supervisor_cfg|basename }}
state=link
- name: supervisor | create a symlink for supervisor cfg
- name: supervisor | create a symlink for supervisor cfg dir
file: >
src={{ supervisor_cfg_dir }}
dest={{ COMMON_BIN_DIR }}/supervisor.{{ supervisor_cfg_dir|basename }}
dest={{ COMMON_CFG_DIR }}/supervisor.{{ supervisor_cfg_dir|basename }}
state=link
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment