d89bd2d3c1
There should be no warning if there is no ansible.cfg file i nthe
current working directory.
(cherry picked from commit f46c943
)
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
7 lines
409 B
YAML
7 lines
409 B
YAML
---
|
|
bugfixes:
|
|
- The fix for `CVE-2018-10875 <https://access.redhat.com/security/cve/cve-2018-10875>`_
|
|
prints out a warning message about skipping a config file from a world
|
|
writable current working directory. However, if the user is in a world
|
|
writable current working directory which does not contain a config file, it
|
|
should not print a warning message. This release fixes that extaneous warning.
|