mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-17 07:51:25 -07:00
chore(docs): rpm_ostree_pkg fix examples (#9436)
This commit is contained in:
parent
bde58a7b42
commit
4b4e4b7e0a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ EXAMPLES = r"""
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Apply the overlay package live
|
- name: Apply the overlay package live
|
||||||
community.general.rpm_ostree:
|
community.general.rpm_ostree_pkg:
|
||||||
name: nfs-utils
|
name: nfs-utils
|
||||||
state: present
|
state: present
|
||||||
apply_live: true
|
apply_live: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue