community.general/lib/ansible/modules/packaging
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
..
language Python3 issues in maven_artifact (#37035) 2018-03-05 12:11:27 -08:00
os Auto install of python-apt without recommends. 2018-03-08 16:21:30 -05:00
__init__.py