diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-10-13 08:51:17 +0200 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-10-13 08:51:17 +0200 |
| commit | 2b6e15661ebb7fbdcbfaae3ead74d8b84d52b71b (patch) | |
| tree | 12f893ae8fd8a2ac6ce6f77242d970a64faee151 | |
| parent | 6ac139fc905cb163e4e51e63a589cca1d7709088 (diff) | |
call sed directly
| -rw-r--r-- | roles/pkgdb2/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/pkgdb2/tasks/main.yml b/roles/pkgdb2/tasks/main.yml index 2f3ec7e17..e8c439382 100644 --- a/roles/pkgdb2/tasks/main.yml +++ b/roles/pkgdb2/tasks/main.yml @@ -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 |
