From 7d9889fcb321e458e017342ba7301c06be1a237e Mon Sep 17 00:00:00 2001 From: mschmookler <37313715+mschmookler@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:48:10 -0500 Subject: [PATCH] Fix typo in action_core.py (#81763) Fixes typo 'obeys' vs 'objeys' in doc_fragments/action_core.py --- lib/ansible/plugins/doc_fragments/action_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/doc_fragments/action_core.py b/lib/ansible/plugins/doc_fragments/action_core.py index 931ca14e495..891cb049250 100644 --- a/lib/ansible/plugins/doc_fragments/action_core.py +++ b/lib/ansible/plugins/doc_fragments/action_core.py @@ -29,7 +29,7 @@ attributes: support: full platforms: all until: - description: Denotes if this action objeys until/retry/poll keywords + description: Denotes if this action obeys until/retry/poll keywords support: full tags: description: Allows for the 'tags' keyword to control the selection of this action for execution