added comment explaining chdir defaults

This commit is contained in:
Brian Coca 2015-10-07 12:19:50 -04:00 committed by Matt Clay
parent d34f89a6fe
commit 2d7b1bd1c4

View file

@ -259,6 +259,7 @@ def main():
module.fail_json(msg='version is incompatible with state=latest')
if chdir is None:
# this is done to avoid permissions issues with privilege escalation and virtualenvs
chdir = tempfile.gettempdir()
err = ''