From 4fa517b461478128198db88659915957e89545a8 Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Wed, 17 Jul 2019 16:19:07 +0100 Subject: [PATCH] Fix parsing of etc/kayobe/ceph.yml with no variables defined TrivialFix Change-Id: Ia0ed200d73811c1787ec4f08dc72079cadc40675 --- etc/kayobe/ceph.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/kayobe/ceph.yml b/etc/kayobe/ceph.yml index 50ceedc5b..b54faf3de 100644 --- a/etc/kayobe/ceph.yml +++ b/etc/kayobe/ceph.yml @@ -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