A couple of small dependency fixes

This commit is contained in:
Mark Goddard 2017-03-15 09:44:21 +00:00
parent cd7069989c
commit d072c069ce
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,9 @@
state: installed state: installed
become: True become: True
with_items: with_items:
- gcc
- libffi-devel
- openssl-devel
- python-devel - python-devel
- python-pip - python-pip
- python-virtualenv - python-virtualenv

View File

@ -8,7 +8,6 @@
- gcc - gcc
- libffi-devel - libffi-devel
- openssl-devel - openssl-devel
- patch
- python-devel - python-devel
- python-pip - python-pip
- python-virtualenv - python-virtualenv