Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpettit committed Mar 24, 2024
1 parent cf4689d commit 6cbdf3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nornir_nautobot/plugins/tasks/dispatcher/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ def generate_config(
Returns:
Result: Nornir Result object.
"""
logger.debug(f"Task vars: {vars(task)}")
logger.debug(f"Task dir: {dir(task)}")
logger.debug(f"Task name: {task.name}")
logger.debug(f"Task host: {task.host}")
logger.debug(f"Task host data: {task.host.data}")
Expand Down

0 comments on commit 6cbdf3c

Please sign in to comment.