yum: disableexcludes is supported on centos6 (#51698)

* yum: disableexcludes is supported on centos6

* Add changelog
This commit is contained in:
Martin Krizek 2019-02-05 18:18:56 +01:00 committed by GitHub
commit 33b07f322c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 60 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- yum - Remove incorrect disable_includes error message when using disable_excludes (https://github.com/ansible/ansible/issues/51697)