mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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.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):
|
||||
|
|
Loading…
Reference in a new issue