82efd95901
This 38688a4486
change replaces the
value for dockerproject_.+_repo_.+ docker variables but their new
value was previously defined in other variables. This change removes
the dockerproject_.+_repo_.+ docker variables in favor of the older
ones.
9 lines
366 B
Django/Jinja
9 lines
366 B
Django/Jinja
[docker-ce]
|
|
name=Docker-CE Repository
|
|
baseurl={{ docker_rh_repo_base_url }}
|
|
enabled=1
|
|
gpgcheck=1
|
|
keepcache={{ docker_rpm_keepcache | default('1') }}
|
|
gpgkey={{ docker_rh_repo_gpgkey }}
|
|
{% if http_proxy is defined %}proxy={{ http_proxy }}{% endif %}
|
|
{% if ansible_os_family == "RedHat" and ansible_distribution_major_version|int == 8 %}module_hotfixes=True{% endif %}
|