1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-25 10:41:53 +00:00
community.general/lib
Ivan Mikheykin 58261a42e9 Auto install of python-apt without recommends.
debian:9

`apt-get install python-apt` - this will install python2.7 and python3
After this operation, *88.4 MB* of additional disk space will be used.

`apt-get install --no-install-recommends python-apt` - only python2.7
After this operation, *35.0 MB* of additional disk space will be used.

(cherry picked from commit c542e62)
2018-03-08 16:21:30 -05:00
..
ansible Auto install of python-apt without recommends. 2018-03-08 16:21:30 -05:00