Commit dac562a1 by Toshio Kuratomi

Add note about the trailing newlines change

parent 9e023fed
...@@ -39,6 +39,11 @@ Major Changes: ...@@ -39,6 +39,11 @@ Major Changes:
# Output: # Output:
"msg": "test1 1\\3" "msg": "test1 1\\3"
* When a string with a trailing newline was specified in the playbook via yaml
dict format, the trailing newline was stripped. When specified in key=value
format the trailing newlines were kept. In v2, both methods of specifying the
string will keep the trailing newlines.
Deprecated Modules (new ones in parens): Deprecated Modules (new ones in parens):
* ec2_ami_search (ec2_ami_find) * ec2_ami_search (ec2_ami_find)
* quantum_network (os_network) * quantum_network (os_network)
......
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