mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 07:05:27 +01:00
fix up some sanity things
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
d1fbbb7905
commit
69228e79d2
2 changed files with 5 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: r4e_rpm_ostree
|
||||
version_added: 2.14.0
|
||||
version_added: 1.5.0
|
||||
short_description: Ensure packages exist in a RHEL for Edge rpm-ostree based system
|
||||
description:
|
||||
- Compatibility layer for using the "package" module for RHEL for Edge systems utilizing the RHEL System Roles.
|
||||
|
|
@ -53,7 +53,7 @@ notes:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Install htop and ansible on rpm-ostree based overlay
|
||||
ansible.builtin.rpm_ostree:
|
||||
ansible.posix.r4e_rpm_ostree:
|
||||
name:
|
||||
- htop
|
||||
- ansible
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ module: rpm_ostree_upgrade
|
|||
short_description: Manage rpm-ostree upgrade transactions
|
||||
description:
|
||||
- Manage an rpm-ostree upgrade transactions
|
||||
version_added: "2.14"
|
||||
version_added: 1.5.0
|
||||
author:
|
||||
- Adam Miller (@maxamillion)
|
||||
requirements:
|
||||
|
|
@ -52,10 +52,10 @@ options:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Upgrade the rpm-ostree image without options, accept all defaults
|
||||
ansible.builtin.rpm_ostree_upgrade:
|
||||
ansible.posix.rpm_ostree_upgrade:
|
||||
|
||||
- name: Upgrade the rpm-ostree image allowing downgrades
|
||||
ansible.builtin.rpm_ostree_upgrade:
|
||||
ansible.posix.rpm_ostree_upgrade:
|
||||
allow_downgrade: true
|
||||
'''
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue