From 610d388b9c6df846e5125aea8403a6dd33918dca Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 14 Sep 2017 19:06:44 +0100 Subject: [PATCH] Add a workaround for ansible bug 8743 for users.yml --- etc/kayobe/users.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/kayobe/users.yml b/etc/kayobe/users.yml index 198ecc95f..e35741883 100644 --- a/etc/kayobe/users.yml +++ b/etc/kayobe/users.yml @@ -5,3 +5,7 @@ # List of users to create. This should be in a format accepted by the # singleplatform-eng.users role. #users_default: + +############################################################################### +# Dummy variable to allow Ansible to accept this file. +workaround_ansible_issue_8743: yes