community.general/lib/ansible/modules
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
..
cloud cs_instance: fix py3 user_data base64 (#37135) 2018-03-08 17:05:57 +01:00
clustering Fix consul module service deregistration (#34847) 2018-03-06 11:57:04 -05:00
commands Add note to use script module rather than inline here documents (#32863) 2018-02-21 09:12:09 -05:00
crypto crypto: Fix incorrect type for privatekey_passphrase (#36868) 2018-02-28 17:19:22 +01:00
database influxdb_user: implement user password change (#35471) 2018-02-06 11:01:51 +01:00
files Fix unarchive with strip-components in extra_opts (#37048) 2018-03-07 17:14:51 -08:00
identity keycloak_client: expand documentation, add some checking (#35545) 2018-02-08 08:07:54 -05:00
inventory
messaging Fix description for rabbitmq_policy (#36149) 2018-02-14 09:41:05 +01:00
monitoring Update zabbix_maintenance.py (#36123) 2018-02-22 10:46:04 -05:00
net_tools allows ib_spec attrs to be filtered in update (#36673) 2018-02-26 07:55:26 -05:00
network Do not try to add an entry if none exist (#37152) 2018-03-08 14:36:32 -05:00
notification
packaging Auto install of python-apt without recommends. 2018-03-08 16:21:30 -05:00
remote_management Added extra choice floppy for bootdev option in ipmi_boot module (#36174) 2018-02-27 15:18:55 +00:00
source_control gitlab_project: don't ignore errors (#36702) 2018-02-28 23:22:47 +01:00
storage Fix author string in documentation section (#36798) 2018-02-27 20:25:24 +00:00
system Assume firewall is offline on DBUS_ERROR during init (#36486) 2018-03-03 21:59:10 -06:00
utilities undeprecate include 2018-02-07 12:35:56 -05:00
web_infrastructure Using correct content type (as per version 10 of ACME draft). (#37165) 2018-03-08 09:11:20 -05:00
windows win_uri: return response info on non 200 responses, convert DateTime values to ISO 8601 (#37104) 2018-03-08 09:43:42 +10:00
__init__.py