remove old molecule deps
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-11-24 17:40:25 +01:00
parent 0013320ec2
commit affe22e399
2 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,5 @@
- name: Converge
hosts: all
vars:
python3_packages_extra:
- epel-release
roles:
- role: xoxys.python3
- role: xoxys.homeassistant

View File

@ -24,7 +24,7 @@
- setuptools
- wheel
- name: Install with pip and virtualenv
- name: Install homeassistant
pip:
name: homeassistant
version: "{{ homeassistant_version }}"