Add workaround for ansible bug 8743 to yum configs
This commit is contained in:
parent
ccc11e181b
commit
2663a92af4
@ -4,3 +4,7 @@
|
|||||||
#yum_cron_enabled: false
|
#yum_cron_enabled: false
|
||||||
# Command to use for Yum automatic updates.
|
# Command to use for Yum automatic updates.
|
||||||
#yum_cron_update_cmd: 'security'
|
#yum_cron_update_cmd: 'security'
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Dummy variable to allow Ansible to accept this file.
|
||||||
|
workaround_ansible_issue_8743: yes
|
||||||
|
@ -10,3 +10,7 @@
|
|||||||
#yum_epel_mirror_host: 'download.fedoraproject.org'
|
#yum_epel_mirror_host: 'download.fedoraproject.org'
|
||||||
# Mirror directory for Yum EPEL repos.
|
# Mirror directory for Yum EPEL repos.
|
||||||
#yum_epel_mirror_directory: 'pub/epel'
|
#yum_epel_mirror_directory: 'pub/epel'
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Dummy variable to allow Ansible to accept this file.
|
||||||
|
workaround_ansible_issue_8743: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user