Jesse Pretorius ded68dd775 Fix value for openstack_host_manage_hosts_file
The current resulting value for the group var calculation of
openstack_host_manage_hosts_file is \"True\"\n instead of
True.

This results in the conditional failing in the openstack_hosts
role because the boolean evaluation of this value results in
False.

This patch removes the use of continuation so that the
resulting value is boolean instead of a string.

Change-Id: I9b240137ab013d5b05d1f154250a77253a913329
Closes-Bug: #1631975
2016-10-11 22:47:04 +00:00
..
2016-08-24 22:48:58 +00:00
2016-09-21 09:44:48 +00:00
2016-10-06 20:37:47 +00:00