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
This commit is contained in:
Andy McCrae 2017-06-23 09:50:27 +01:00
parent d520752ea8
commit 6225d1e274

View File

@ -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: