From 88dfc10bca098eaa54e15127cfba0608f5a6d7d7 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Fri, 15 Sep 2017 12:39:32 +0100 Subject: [PATCH] Add ansible issue 30350 workaround 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 198ecc9..e357418 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