Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed May 26, 2022
1 parent f96d93f commit 3173787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/user_guide/playbook_structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ A task is defined by the single action. There may only be one action per task. T
As you may have noticed, tasks are always prefixed by a ``-``. This is because they are always an 'item of a list'.
Tasks may only exist inside 'task lists'. These task lists must reside inside a play, directly or indirectly, via a role, block, include or import.

There are two ways to specify the arguments of a task: 'key-value pairs' (``key=value``) and pure yaml (``key: value``)
There are two ways to specify the options of an action: 'key-value pairs' (``key=value``) and pure yaml (``key: value``)

.. code-block:: YAML
Expand Down

0 comments on commit 3173787

Please sign in to comment.