@ -75,7 +75,7 @@
gpgcheck: yes
gpgkey: "{{extras_rh_repo_gpgkey}}"
keepcache: "{{ extras_rh_rpm_keepcache | default('1') }}"
proxy: " {{ http_proxy | default(omit) }}"
proxy: " {{ http_proxy | default('_none_') }}"
when:
- not is_atomic
- package_python_httplib2.results | length == 0
@ -125,7 +125,7 @@
keepcache: "{{ docker_rpm_keepcache | default('1') }}"
- ansible_distribution in ["CentOS","RedHat"] and not is_atomic
- yum_result.results | length == 0