Merge "Remove useless trailing '\n' in /etc/hosts file."

This commit is contained in:
Jenkins 2017-04-03 14:54:11 +00:00 committed by Gerrit Code Review
commit 21eb93b467
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ resources:
-
{% for role in roles %}
- list_join:
- "\n"
- ""
- {get_attr: [{{role.name}}, hosts_entry]}
{% endfor %}