diff --git a/nornir_nautobot/plugins/tasks/dispatcher/default.py b/nornir_nautobot/plugins/tasks/dispatcher/default.py index ba307e0..d157c71 100644 --- a/nornir_nautobot/plugins/tasks/dispatcher/default.py +++ b/nornir_nautobot/plugins/tasks/dispatcher/default.py @@ -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}")