avoid loading vars on unspecified basedir (cwd) (#42067)

* avoid loading vars on unspecified basedir (cwd)
This commit is contained in:
Brian Coca
2018-06-29 19:45:38 -04:00
committed by Toshio Kuratomi
parent c3134ce6e2
commit de0e11c0d5
3 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- '**Security Fix** - avoid loading host/group vars from cwd when not specifying a playbook or playbook base dir'