1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #11408 from erikdw/fix-module-development-comment-typo

fix typo in module-development comment: by -> but
This commit is contained in:
Toshio Kuratomi 2015-06-27 06:30:13 -07:00
commit 93115be17b

View file

@ -292,7 +292,7 @@ will evaluate to True when check mode is enabled. For example::
)
if module.check_mode:
# Check if any changes would be made by don't actually make those changes
# Check if any changes would be made but don't actually make those changes
module.exit_json(changed=check_if_system_state_would_be_changed())
Remember that, as module developer, you are responsible for ensuring that no