Make clouds.yaml actually yaml

Change-Id: I655d9430efe38bf7244deb17e113b38d41efe721
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-02-16 09:02:05 -05:00
parent 974a87c693
commit e327bb33ec
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# This file is generated by Ansible
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
#
{{ nodepool_template_clouds_yaml_contents }}
{{ nodepool_template_clouds_yaml_contents | to_nice_yaml }}