Removing development packages from Baremetal install defaults
There will never be a need for these python development packages in the baremental install case, so removing them from main.yml. TrivialFix Change-Id: Iab8edcfd07c818e40328aa5311b84880b656af08
This commit is contained in:
parent
a409b1a03d
commit
6841276ab7
@ -16,9 +16,6 @@ docker_storage_driver: ""
|
||||
debian_pkg_install:
|
||||
- docker-engine=1.11.*
|
||||
- git
|
||||
- python-dev
|
||||
- libssl-dev
|
||||
- libffi-dev
|
||||
- python-setuptools
|
||||
- ntp
|
||||
|
||||
@ -26,9 +23,6 @@ redhat_pkg_install:
|
||||
- epel-release
|
||||
- docker-engine-1.11.0
|
||||
- git
|
||||
- python-devel
|
||||
- openssl-devel
|
||||
- libffi-devel
|
||||
- python-setuptools
|
||||
- ntp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user