ansible/library/packaging
Alan Grosskurth b950f9456a apt: Run remove commands noninteractively
I'm seeing ansible hang when trying to remove a package, and the hung
process is `whiptail` like in #2763. It looks like we only use
`APT_ENVVARS` and `DPKG_OPTIONS` for the `apt` commands in install()
and upgrade(). This change uses them in remove() as well, which fixes
the hang.
2013-08-05 15:20:45 -07:00
..
apt apt: Run remove commands noninteractively 2013-08-05 15:20:45 -07:00
apt_key Add version_added to new parameter. 2013-08-03 14:22:38 -04:00
apt_repository apt_repository: enhance documentation 2013-07-12 15:03:37 -04:00
easy_install Fix the issue of easy_install ignoring virtualenv_site_packages=yes. 2013-06-29 17:03:12 -04:00
gem Update docs to add version_added attribute. 2013-07-21 11:12:04 -04:00
homebrew Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
macports DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
npm Merge pull request #3199 from chrishoffman/doc_error 2013-06-16 19:28:12 -07:00
openbsd_pkg openbsd_pkg: Use ansible run_command(). 2013-07-20 17:45:07 +02:00
opkg DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
pacman Rename option to 'recurse' to make it consistent. Add version_added to docs. 2013-08-03 14:27:11 -04:00
pip Merge branch 'PR_add_chdir_to_pip' of git://github.com/y-p/ansible into devel 2013-06-19 22:30:44 -04:00
pkgin Fix pkgin search (yielding wrong results under certain conditions, see inline comments). 2013-07-24 16:18:14 +02:00
pkgng Revert "now modules can implement with_items list globbing w/o updating" 2013-06-19 19:00:18 -04:00
redhat_subscription Styling: misc pep8 2013-06-30 18:54:32 -04:00
rhn_channel DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
rhn_register Styling: deprecation 2013-06-30 18:55:45 -04:00
rpm_key PEP8: fix spacing 2013-08-03 14:55:38 -04:00
svr4pkg fixes ansible/ansible#3547 2013-07-16 09:17:57 +02:00
yum Fixing your YAML Seth :) 2013-07-15 13:16:37 -04:00
zypper DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00