community.general.rpm_ostree_pkg – Install or uninstall overlay additional packages¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.rpm_ostree_pkg
.
New in version 2.0.0: of community.general
Parameters¶
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:
Authors¶
Dusty Mabe (@dustymabe)
Abhijeet Kasurde (@Akasurde)