[copy module] inline content causes double newlines for multiline variables #9172
Comments
Can You Help Us Out?Thanks for filing a ticket! I am the friendly GitHub Ansibot. It looks like you might not have filled out the issue description based on our standard issue template. You might not have known about that, and that's ok too, we'll tell you how to do it. We have a standard template because Ansible is a really busy project and it helps to have some standard information in each ticket, and GitHub doesn't yet provide a standard facility to do this like some other bug trackers. We hope you understand as this is really valuable to us!. Solving this is simple: please copy the contents of this template and paste it into the description of your ticket. That's it! If You Had A Question To Ask InsteadIf you happened to have a "how do I do this in Ansible" type of question, that's probably more of a user-list question than a bug report, and you should probably ask this question on the project mailing list instead. However, if you think you have a bug, the report is the way to go! We definitely want all the bugs filed :) Just trying to help! About Priority TagsSince you're here, we'll also share some useful information at this time. In general tickets will be assigned a priority between P1 (highest) and P5, and then worked in priority order. We may also have some follow up questions along the way, so keeping up with follow up comments via GitHub notifications is a good idea. Due to large interest in Ansible, humans may not comment on your ticket immediately. Mailing ListsIf you have concerns or questions, you're welcome to stop by the ansible-project or ansible-development mailing lists, as appropriate. Here are the links:
Thanks again for the interest in Ansible! |
Hi, this is not actually a bug so much but a consequence of the way it was expressed, but I agree it may not be super clear. The solution would be to use the "src" parameter or just the long form:
|
Seems there is some YAML sublety that causes this syntax to insert double spaces on the destination file... using native YAML hashes are a workaround, see GitHub issues: ansible/ansible#9067 ansible/ansible#9172 Signed-off-by: Alan Orth <alan.orth@gmail.com>
Issue Type:
Bug Report
Ansible Version:
1.7.2
Environment:
N/A
Summary:
when using copy module with inline content="{{myvar}}" where myvar is multiline variable, newlines in the destination files got duplicated.
Steps to reproduce
Example playbook:
Run as:
Expected result
Actual results
The text was updated successfully, but these errors were encountered: