From 216e7dc06b9a87ca5a539f0bf29864eafa4b551b Mon Sep 17 00:00:00 2001 From: Jeffrey Borcean Date: Tue, 15 Apr 2025 11:35:53 -0700 Subject: [PATCH] Fix typo in rpm_ostree_pkg documentation example (#9999) Fix typo in rpm_ostree_pkg examples The example showing use of a delay to improve resiliency misspelled 'delay' --- 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 db084c9091..652801ca67 100644 --- a/plugins/modules/rpm_ostree_pkg.py +++ b/plugins/modules/rpm_ostree_pkg.py @@ -78,7 +78,7 @@ EXAMPLES = r""" register: rpm_ostree_pkg until: rpm_ostree_pkg is not failed retries: 10 - dealy: 30 + delay: 30 """ RETURN = r"""