Fix typo in default_callback.py (#75051)

Changed beggining -> beginning
pull/75056/head
Ikko Ashimine 3 years ago committed by GitHub
parent cd473dfb2f
commit 38a11c3240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,7 +72,7 @@ class ModuleDocFragment(object):
name: Show markers when running in check mode
description:
- Toggle to control displaying markers when running in check mode.
- "The markers are C(DRY RUN) at the beggining and ending of playbook execution (when calling C(ansible-playbook --check))
- "The markers are C(DRY RUN) at the beginning and ending of playbook execution (when calling C(ansible-playbook --check))
and C(CHECK MODE) as a suffix at every play and task that is run in check mode."
type: bool
default: no

Loading…
Cancel
Save