fixes based on feedback

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller
2022-11-22 09:03:04 -06:00
parent 7df358d74f
commit e52ae8a9bc
3 changed files with 7 additions and 11 deletions

View File

@@ -7,15 +7,11 @@
from __future__ import absolute_import, division, print_function
__metaclass__ = type
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}
DOCUMENTATION = '''
---
module: rhel_facts
version_added: 1.5.0
short_description: Facts module to set or override RHEL specific facts
short_description: Facts module to set or override RHEL specific facts.
description:
- Compatibility layer for using the "package" module for rpm-ostree based systems via setting the "pkg_mgr" fact correctly.
author: