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/tasks
Patrick Hemmer 4a62c4e3e4
apt: add support for package version >= (#75002)
This adds the ability to specify a package version using >=. This will ensure the package is at the specified version or above.

* If the package is not installed, the latest version will be installed.
* If the package is installed and less than the specified version, it will be upgraded.
* If the package is installed and greater than or equal to the specified version, it will be left alone.

The version selection is handled by Apt itself, so things like the system policy, pinning, etc, are considered.
3 years ago
..
apt-builddep.yml Add Ubuntu 20.04 to CI and ansible-test (#69161) 4 years ago
apt-multiarch.yml Add Ubuntu 20.04 to CI and ansible-test (#69161) 4 years ago
apt.yml apt - add allow_change_held_packages option (#73629) 3 years ago
downgrade.yml apt module: add option to allow package downgrades (#74852) 3 years ago
main.yml Replace deprectated include with {import,include}_tasks in apt{,_repository,_key} integration tests (#71964) 4 years ago
repo.yml apt: add support for package version >= (#75002) 3 years ago
upgrade.yml Fixes #56832: Remove warning when falling back to apt-get if aptitude is missing. (#61782) 5 years ago
url-with-deps.yml Test installing a .deb that has deps, from a URL (#68332) 5 years ago