Module - check_package_update

Module - check_package_update

This module provides for the following ansible plugin:

  • check_package_update

Module Documentation

Check for available updates for a given package

Options

package:

The name of the package you want to check

pkg_mgr:

Supported Package Manager, DNF or YUM

Authors

:

Florian Fuchs

Example Tasks

- hosts: webservers
  tasks:
  - check_package_update:
      package: python-tripleoclient
      pkg_mgr: '{{ ansible_pkg_mgr}}'
    name: Get available updates for packages
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.