From 7d449a92cc9969badc3d6050ac7baea624a496af Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Mon, 11 Apr 2022 14:39:09 +0100 Subject: [PATCH] proxy: add ansible issue 8743 workaround Change-Id: I3c202e39586d566bee1f969a0183f3a592fea1bb --- etc/kayobe/proxy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/kayobe/proxy.yml b/etc/kayobe/proxy.yml index aaf9389..7d63017 100644 --- a/etc/kayobe/proxy.yml +++ b/etc/kayobe/proxy.yml @@ -14,3 +14,7 @@ # used. Defaults to ["127.0.0.1", "localhost", "{{ docker_registry }}"]. This # is configured only if either http_proxy or https_proxy is set. #no_proxy: + +############################################################################### +# Dummy variable to allow Ansible to accept this file. +workaround_ansible_issue_8743: yes