From 2663a92af4e02605838414a9e9281b0644eed695 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Fri, 3 Nov 2017 14:32:29 +0000 Subject: [PATCH] Add workaround for ansible bug 8743 to yum configs --- etc/kayobe/yum-cron.yml | 4 ++++ etc/kayobe/yum.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/etc/kayobe/yum-cron.yml b/etc/kayobe/yum-cron.yml index d237eb52d..7ac502eed 100644 --- a/etc/kayobe/yum-cron.yml +++ b/etc/kayobe/yum-cron.yml @@ -4,3 +4,7 @@ #yum_cron_enabled: false # Command to use for Yum automatic updates. #yum_cron_update_cmd: 'security' + +############################################################################### +# Dummy variable to allow Ansible to accept this file. +workaround_ansible_issue_8743: yes diff --git a/etc/kayobe/yum.yml b/etc/kayobe/yum.yml index 40224969c..5d0af6d47 100644 --- a/etc/kayobe/yum.yml +++ b/etc/kayobe/yum.yml @@ -10,3 +10,7 @@ #yum_epel_mirror_host: 'download.fedoraproject.org' # Mirror directory for Yum EPEL repos. #yum_epel_mirror_directory: 'pub/epel' + +############################################################################### +# Dummy variable to allow Ansible to accept this file. +workaround_ansible_issue_8743: yes