Skip to content

Commit

Permalink
Example is a single play, not a playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
rwhector committed Mar 31, 2022
1 parent 8caa6ef commit bf8e186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/user_guide/playbooks_reuse_roles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ Passing different parameters

If you pass different parameters in each role definition, Ansible runs the role more than once. Providing different variable values is not the same as passing different role parameters. You must use the ``roles`` keyword for this behavior, since ``import_role`` and ``include_role`` do not accept role parameters.

This playbook runs the ``foo`` role twice:
This play runs the ``foo`` role twice:

.. code-block:: yaml
Expand Down

0 comments on commit bf8e186

Please sign in to comment.