added todo for future of feature
This commit is contained in:
parent
0089eb8102
commit
cff77de917
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ from ansible.errors import AnsibleError
|
||||||
from ansible.utils.color import stringc
|
from ansible.utils.color import stringc
|
||||||
from ansible.utils.unicode import to_bytes
|
from ansible.utils.unicode import to_bytes
|
||||||
|
|
||||||
|
#TODO: make this a logging callback instead
|
||||||
if C.DEFAULT_LOG_PATH:
|
if C.DEFAULT_LOG_PATH:
|
||||||
path = 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):
|
if (os.path.exists(path) and not os.access(path, os.W_OK)) and not os.access(os.path.dirname(path), os.W_OK):
|
||||||
|
|
Loading…
Reference in a new issue