mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
clarified warning from tree callback
This commit is contained in:
@@ -42,7 +42,7 @@ class CallbackModule(CallbackBase):
|
||||
self.tree = TREE_DIR
|
||||
if not self.tree:
|
||||
self.tree = os.path.expanduser("~/.ansible/tree")
|
||||
self._display.warning("Defaulting to ~/.ansible/tree, invalid directory provided to tree option: %s" % self.tree)
|
||||
self._display.warning("The tree callback is defaulting to ~/.ansible/tree, as an invalid directory was provided: %s" % self.tree)
|
||||
|
||||
def write_tree_file(self, hostname, buf):
|
||||
''' write something into treedir/hostname '''
|
||||
|
||||
Reference in New Issue
Block a user