This module provides for the following ansible plugin:
check_package_update
Check for available updates for a given package
The name of the package you want to check
Supported Package Manager, DNF or YUM
Florian Fuchs
- hosts: webservers
tasks:
- check_package_update:
package: python-tripleoclient
pkg_mgr: '{{ ansible_pkg_mgr}}'
name: Get available updates for packages
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.