Commit 9b524726 by Feanil Patel

Merge pull request #1973 from edx/feanil/fix_nightly_ci

Don't make the symlink here since the file won't exist.
parents 8a2ee1ac fd5fc761
......@@ -33,10 +33,3 @@
src={{ edx_ansible_code_dir }}/playbooks
dest={{ COMMON_CFG_DIR }}/playbooks
state=link
- name: create symlink for config file
file: >
src={{ edx_ansible_var_file }}
dest={{ COMMON_CFG_DIR }}/{{ edx_ansible_var_file|basename }}
state=link
when: EDX_ANSIBLE_DUMP_VARS
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