From becda864c43bf054f58bdf134f51d9628f53dfa9 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 14:43:11 +0100 Subject: [PATCH] [PR #9436/4b4e4b7e backport][stable-10] chore(docs): rpm_ostree_pkg fix examples (#9441) chore(docs): rpm_ostree_pkg fix examples (#9436) (cherry picked from commit 4b4e4b7e0a5f7db8c5c99da7ba080fb7ec410ed1) Co-authored-by: Sergei Waigant <30412320+sergeiwaigant@users.noreply.github.com> --- plugins/modules/rpm_ostree_pkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/rpm_ostree_pkg.py b/plugins/modules/rpm_ostree_pkg.py index 3d5ba865c9..db084c9091 100644 --- a/plugins/modules/rpm_ostree_pkg.py +++ b/plugins/modules/rpm_ostree_pkg.py @@ -64,7 +64,7 @@ EXAMPLES = r""" state: absent - name: Apply the overlay package live - community.general.rpm_ostree: + community.general.rpm_ostree_pkg: name: nfs-utils state: present apply_live: true