Commit de41e6c8 by John Jarvis

updating command

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