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:
|
debian_pkg_install:
|
||||||
- docker-engine=1.11.*
|
- docker-engine=1.11.*
|
||||||
- git
|
- git
|
||||||
- python-dev
|
|
||||||
- libssl-dev
|
|
||||||
- libffi-dev
|
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
- ntp
|
- ntp
|
||||||
|
|
||||||
@ -26,9 +23,6 @@ redhat_pkg_install:
|
|||||||
- epel-release
|
- epel-release
|
||||||
- docker-engine-1.11.0
|
- docker-engine-1.11.0
|
||||||
- git
|
- git
|
||||||
- python-devel
|
|
||||||
- openssl-devel
|
|
||||||
- libffi-devel
|
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
- ntp
|
- ntp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user