Skip to content

Commit

Permalink
Fix syntax issue before a code block. (#284)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8b9a682)
  • Loading branch information
CyrilBrulebois authored and patchback[bot] committed Aug 12, 2023
1 parent 4b96431 commit 56befd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/playbook_guide/playbooks_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Running playbooks in check mode

Ansible's check mode allows you to execute a playbook without applying any alterations to your systems. You can use check mode to test playbooks before implementing them in a production environment.

To run a playbook in check mode, you can pass the ``-C`` or ``--check`` flag to the ``ansible-playbook`` command::
To run a playbook in check mode, you can pass the ``-C`` or ``--check`` flag to the ``ansible-playbook`` command:

.. code-block:: bash
Expand Down

0 comments on commit 56befd2

Please sign in to comment.