Commit d1641f29 by Toshio Kuratomi

Remove the multiline string for arguments not.

parent 86dc83b7
...@@ -106,10 +106,6 @@ YAML dictionaries to supply the modules with their key=value arguments.:: ...@@ -106,10 +106,6 @@ YAML dictionaries to supply the modules with their key=value arguments.::
name: httpd name: httpd
state: restarted state: restarted
.. note::
The above example using YAML dictionaries for module arguments can also be accomplished using the YAML multiline string syntax with the `>` character but this can lead to string quoting errors.
Below, we'll break down what the various features of the playbook language are. Below, we'll break down what the various features of the playbook language are.
.. _playbook_basics: .. _playbook_basics:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment