added todo for future of feature

This commit is contained in:
Brian Coca 2015-07-24 12:00:24 -04:00
parent 0089eb8102
commit cff77de917

View file

@ -34,6 +34,7 @@ from ansible.errors import AnsibleError
from ansible.utils.color import stringc
from ansible.utils.unicode import to_bytes
#TODO: make this a logging callback instead
if C.DEFAULT_LOG_PATH:
path = C.DEFAULT_LOG_PATH
if (os.path.exists(path) and not os.access(path, os.W_OK)) and not os.access(os.path.dirname(path), os.W_OK):