Fix parsing of etc/kayobe/ceph.yml with no variables defined

TrivialFix

Change-Id: Ia0ed200d73811c1787ec4f08dc72079cadc40675
This commit is contained in:
Will Szumski 2019-07-17 16:19:07 +01:00
parent 650919f527
commit 4fa517b461
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@
# Ansible host pattern matching hosts on which Ceph storage services
# are deployed. The default is to use hosts in the 'storage' group.
#ceph_hosts:
###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes