yum: handle "_none_" value for proxy (#56725)

* yum: handle "_none_" value for proxy

Fixes #56538

* Fix sanity check
This commit is contained in:
Martin Krizek
2019-05-23 16:41:18 +02:00
committed by ansibot
parent 8f4f3750fe
commit 7b9d7e6b5c
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- 'yum - handle special "_none_" value for proxy in yum.conf and .repo files (https://github.com/ansible/ansible/issues/56538)'