community.general.rpm_ostree_pkg module – Install or uninstall overlay additional packages
Note
This module is part of the community.general collection (version 5.8.3).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.rpm_ostree_pkg
.
New in community.general 2.0.0
Synopsis
Install or uninstall overlay additional packages using
rpm-ostree
command.
Parameters
Parameter |
Comments |
---|---|
Name of overlay package to install or remove. |
|
State of the overlay package.
Choices:
|
Notes
Note
Does not support
check_mode
.
Examples
- name: Install overlay package
community.general.rpm_ostree_pkg:
name: nfs-utils
state: present
- name: Remove overlay package
community.general.rpm_ostree_pkg:
name: nfs-utils
state: absent
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Action performed. Returned: always Sample: |
|
State changes. Returned: always Sample: |
|
Full command used for performed action. Returned: always Sample: |
|
A list of packages specified. Returned: always Sample: |
|
Return code of rpm-ostree command. Returned: always Sample: |
|
Stderr of rpm-ostree command. Returned: always Sample: |
|
Stdout of rpm-ostree command. Returned: always Sample: |
Collection links
Issue Tracker Repository (Sources) Submit a bug report Request a feature Communication