From 6225d1e274c78cc96b548096b25404c7cfacbb00 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Fri, 23 Jun 2017 09:50:27 +0100 Subject: [PATCH] Revert "Install curl for translations update" The "pull catalog" option for the horizon-manage.py now uses requests instead of curl, which means we no longer require curl. This reverts commit d520752ea87e3d5752693472144092bfb726cfad. Change-Id: Icaea3c08994542febaa564af2201276072c882cb --- tasks/horizon_translations_update.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tasks/horizon_translations_update.yml b/tasks/horizon_translations_update.yml index 98ec9f75..0af424b2 100644 --- a/tasks/horizon_translations_update.yml +++ b/tasks/horizon_translations_update.yml @@ -13,15 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -- name: Ensure curl is installed - package: - name: curl - state: "{{ horizon_package_state }}" - register: install_packages - until: install_packages|success - retries: 5 - delay: 2 - - name: Perform a Horizon Zanata Pull Catalog command: "{{ horizon_bin }}/horizon-manage.py pull_catalog" args: