mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-31 21:40:55 +00:00
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. |
||
|---|---|---|
| .. | ||
| apt | ||
| apt_key | ||
| apt_repository | ||
| easy_install | ||
| gem | ||
| homebrew | ||
| macports | ||
| npm | ||
| openbsd_pkg | ||
| opkg | ||
| pacman | ||
| pip | ||
| pkgin | ||
| pkgng | ||
| redhat_subscription | ||
| rhn_channel | ||
| rhn_register | ||
| rpm_key | ||
| svr4pkg | ||
| yum | ||
| zypper | ||