mirror of https://github.com/ansible/ansible.git
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)pull/37219/head
parent
3134ba6bee
commit
58261a42e9
Loading…
Reference in New Issue