|
|
@ -18,12 +18,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
# FIXME: replace the python test package
|
|
|
|
# FIXME: replace the python test package
|
|
|
|
|
|
|
|
|
|
|
|
- name: install git, needed for repo installs
|
|
|
|
|
|
|
|
package:
|
|
|
|
|
|
|
|
name: git
|
|
|
|
|
|
|
|
state: present
|
|
|
|
|
|
|
|
when: ansible_distribution != "MacOSX"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# first some tests installed system-wide
|
|
|
|
# first some tests installed system-wide
|
|
|
|
# verify things were not installed to start with
|
|
|
|
# verify things were not installed to start with
|
|
|
|
|
|
|
|
|
|
|
@ -139,7 +133,7 @@
|
|
|
|
- "not (req_installed is changed)"
|
|
|
|
- "not (req_installed is changed)"
|
|
|
|
|
|
|
|
|
|
|
|
- name: install the same module from url
|
|
|
|
- name: install the same module from url
|
|
|
|
pip:
|
|
|
|
pip:
|
|
|
|
name: "git+https://github.com/dvarrazzo/pyiso8601#egg=pyiso8601"
|
|
|
|
name: "git+https://github.com/dvarrazzo/pyiso8601#egg=pyiso8601"
|
|
|
|
virtualenv: "{{ output_dir }}/pipenv"
|
|
|
|
virtualenv: "{{ output_dir }}/pipenv"
|
|
|
|
editable: True
|
|
|
|
editable: True
|
|
|
|