mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-10 18:29:11 -07:00
Remove the multiline string for arguments not.
This commit is contained in:
parent
86dc83b76d
commit
d1641f2925
1 changed files with 0 additions and 4 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue