Commit 43eb635b by John Jarvis

consolidation

parent b972dc28
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
- name: clean up var file, removing all version vars - name: clean up var file, removing all version vars
shell: sed -i -e "/{{item}}/d" {{ edx_ansible_var_file }} shell: sed -i -e "/{{item}}/d" {{ edx_ansible_var_file }}
with_items: with_items:
# deploy versions
- "^edx_platform_version:" - "^edx_platform_version:"
- "^edx_platform_commit:" - "^edx_platform_commit:"
- "^xqueue_version:" - "^xqueue_version:"
...@@ -36,10 +37,9 @@ ...@@ -36,10 +37,9 @@
- "^configuration_version:" - "^configuration_version:"
- "^ease_version:" - "^ease_version:"
- "^certs_version:" - "^certs_version:"
# other misc vars
- "^tags:" - "^tags:"
- "^_original_file:"
- name: remove the special _original_file var
shell: sed -i -e "/_original_file/d" {{ edx_ansible_var_file }}
- name: create a symlink for var file - name: create a symlink for var file
file: > file: >
......
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