clarify check_mode (#84703)

fixes #84701
pull/84707/head
Brian Coca 10 months ago committed by GitHub
parent b27b8068f9
commit fd30ba8ce0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,7 +13,7 @@ become_method: Which method of privilege escalation to use (such as sudo or su).
become_user: "User that you 'become' after using privilege escalation. The remote/login user must have permissions to become this user."
block: List of tasks in a block.
changed_when: "Conditional expression that overrides the task's normal 'changed' status."
check_mode: A boolean that controls if a task is executed in 'check' mode. See :ref:`check_mode_dry`.
check_mode: A boolean that controls if a task is run normally or avoids changes to the target and tries to report what it would have done (check mode/dry run). See :ref:`check_mode_dry`.
collections: |
List of collection namespaces to search for modules, plugins, and roles. See :ref:`collections_using_playbook`

Loading…
Cancel
Save