Commit e4ac0c1e by Edward Zarecor

Removing egg download

parent 1c5fa79d
......@@ -30,14 +30,6 @@
- install:base
with_items: harstorage_debian_pkgs
- name: download harstorage egg file
get_url:
url: http://harstorage.googlecode.com/files/harstorage-1.0-py2.7.egg
dest: "{{ harstorage_code_dir }}/harstorage-1.0-py2.7.egg"
tags:
- install
- install:base
- name: build virtualenv
command: "virtualenv {{ harstorage_venv_dir }}"
args:
......@@ -94,4 +86,3 @@
tags:
- install
- install:configuration
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