tripleo-ansible/tripleo_ansible/roles/tripleo_hosts_entries
Cédric Jeanneret 75ed35c46a Rework how we push the content in the file
Since we allow to pass lists, we can't just use |join('').

In addition, using the multi-line support in YAML via the "|" creates
some issues when we want to use |join('\n'): it gets escaped, meaning we
end with a one-line content with some \n entries.

The present patch ensures that:
- generated content is still pushed in a fact to not lose time
- static content (lists) is properly treated and outputs correctly

Change-Id: I7e520035f24503e59840b34e5b2d9e9966cd6ca4
2020-03-25 16:01:18 +01:00
..
defaults Rename all roles that have a hyphen 2020-01-21 20:42:40 -06:00
files Rename all roles that have a hyphen 2020-01-21 20:42:40 -06:00
handlers Rename all roles that have a hyphen 2020-01-21 20:42:40 -06:00
meta Add Centos 8 to galaxy_info versions 2020-03-19 14:22:08 +01:00
molecule/default Rename playbook.yml to converge.yml 2020-03-16 14:09:42 +00:00
tasks Rework how we push the content in the file 2020-03-25 16:01:18 +01:00
vars Rename all roles that have a hyphen 2020-01-21 20:42:40 -06:00