You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/apt
Abhijeet Kasurde 2e6d849bdb
apt: ignore fail_on_autoremove and allow_downgrade when using aptitude (#81445)
* apt: ignore fail_on_autoremove and allow_downgrade when using aptitude

* fail_on_autoremove (--no-remove) and allow_downgrade (--allow-downgrades)
  parameters are only valid for apt-get and not for aptitude. Ignore them when
  aptitude is detected and used.

Fixes: #77868
1 year ago
..
defaults apt - add allow_change_held_packages option (#73629) 3 years ago
handlers apt - add allow_change_held_packages option (#73629) 3 years ago
meta
tasks apt: ignore fail_on_autoremove and allow_downgrade when using aptitude (#81445) 1 year ago
vars
aliases