Merge "[check_latest_packages_version] Add role documentation in sphinx"

This commit is contained in:
Zuul
2021-07-05 17:30:00 +00:00
committed by Gerrit Code Review
2 changed files with 46 additions and 0 deletions

View File

@@ -2,5 +2,49 @@
check_latest_packages_version
=============================
--------------
About The Role
--------------
An Ansible role to check if latest version of a list of packages is installed.
Requirements
============
No requirements.
Dependencies
============
No dependencies.
Example Playbook
================
.. code-block:: yaml
- hosts: localhost
gather_facts: false
vars:
packages_list:
- coreutils
- wget
roles:
- check_latest_packages_version
License
=======
Apache
Author Information
==================
**Red Hat TripleO DFG:DF Squad:VF**
----------------
Full Description
----------------
.. ansibleautoplugin::
:role: validations_common/roles/check_latest_packages_version

View File

@@ -1,2 +1,4 @@
---
# List of packages to check.
# Empty list by default
packages_list: []