From 4b4e4b7e0a5f7db8c5c99da7ba080fb7ec410ed1 Mon Sep 17 00:00:00 2001 From: Sergei Waigant <30412320+sergeiwaigant@users.noreply.github.com> Date: Sat, 28 Dec 2024 14:38:34 +0200 Subject: [PATCH] chore(docs): rpm_ostree_pkg fix examples (#9436) --- 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