assemble: avoid extra newline on Python 3 (#54176)

Fixes #44739
This commit is contained in:
Martin Krizek
2019-03-22 15:14:02 +01:00
committed by Matt Martz
parent 1e6aa9533c
commit 63ea96d5f1
2 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- assemble - avoid extra newline on Python 3 (https://github.com/ansible/ansible/issues/44739)