summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormschmookler <37313715+mschmookler@users.noreply.github.com>2023-09-22 18:48:10 +0200
committerGitHub <noreply@github.com>2023-09-22 18:48:10 +0200
commit7d9889fcb321e458e017342ba7301c06be1a237e (patch)
treec0a23da6f4b81d31d5ef750a6a209523d50722b1
parentAdd integration test for copy with force=false when dest exists (#81756) (diff)
downloadansible-7d9889fcb321e458e017342ba7301c06be1a237e.tar.xz
ansible-7d9889fcb321e458e017342ba7301c06be1a237e.zip
Fix typo in action_core.py (#81763)
Fixes typo 'obeys' vs 'objeys' in doc_fragments/action_core.py
-rw-r--r--lib/ansible/plugins/doc_fragments/action_core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/plugins/doc_fragments/action_core.py b/lib/ansible/plugins/doc_fragments/action_core.py
index 931ca14e49..891cb04925 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