Check Mode (“Dry Run”) — Ansible Documentation
docs.ansible.com › ansible › 2When ansible-playbook is executed with --check it will not make any changes on remote systems. Instead, any module instrumented to support ‘check mode’ (which contains most of the primary core modules, but it is not required that all modules do this) will report what changes they would have made rather than making them.
Check Mode (“Dry Run”) — Ansible Documentation
docs.ansible.com › ansible › 2Dec 01, 2020 · Check Mode (“Dry Run”) Enabling or disabling check mode for tasks. Information about check mode in variables. Showing Differences with --diff. When ansible-playbook is executed with --check it will not make any changes on remote systems. Instead, any module instrumented to support ‘check mode’ (which contains most of the primary core ...