Add workaround for ansible bug 8743 to yum configs

This commit is contained in:
Mark Goddard 2017-11-03 14:32:29 +00:00
parent ccc11e181b
commit 2663a92af4
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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