call sed directly
This commit is contained in:
parent
6ac139fc90
commit
2b6e15661e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
- config
|
||||
|
||||
- name: update the base_url in update_package_info
|
||||
command: /usr/bin/sed -i -e 's|https://dl.fedoraproject.org|http://dl.phx2.fedoraproject.org|' /usr/bin/update_package_info.py
|
||||
command: sed -i -e 's|https://dl.fedoraproject.org|http://dl.phx2.fedoraproject.org|' /usr/bin/update_package_info.py
|
||||
tags:
|
||||
- config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue