Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpettit committed Mar 24, 2024
1 parent f1ac9fd commit cf4689d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nornir_nautobot/plugins/tasks/dispatcher/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ def generate_config(
Returns:
Result: Nornir Result object.
"""
logger.debug(task)
logger.debug(f"Task name: {task.name}")
logger.debug(f"Task host: {task.host}")
logger.debug(f"Task host data: {task.host.data}")
try:
filled_template = task.run(
**task.host,
Expand Down

0 comments on commit cf4689d

Please sign in to comment.