From d1641f292502d77a31594b0209fc88f25ca13772 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 19 Mar 2015 16:10:01 -0700 Subject: [PATCH] Remove the multiline string for arguments not. --- docsite/rst/playbooks_intro.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docsite/rst/playbooks_intro.rst b/docsite/rst/playbooks_intro.rst index d0c702c071..4751467b01 100644 --- a/docsite/rst/playbooks_intro.rst +++ b/docsite/rst/playbooks_intro.rst @@ -106,10 +106,6 @@ YAML dictionaries to supply the modules with their key=value arguments.:: name: httpd 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. .. _playbook_basics: