Commit de41e6c8 by John Jarvis

updating command

parent c1814e2c
......@@ -109,8 +109,8 @@
# Substitute github mirror in all requirements files
#
- name: Updating requirement files for git mirror
shell: >
"sed -i -e 's/github\.com/{{ GIT_MIRROR }}/g' {{ item }}"
command: |
/bin/sed -i -e 's/github\.com/{{ GIT_MIRROR }}/g' {{ item }}
with_items:
- "{{ pre_requirements_file }}"
- "{{ post_requirements_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