milan2655
milan2655
### Environment * DiffSync version: 1.7.0 * Python version 3.10.6 Output of the method get_tree_traversal() doesn't show correct order. ``` NautobotAdapter ── site │ ├── device │ │ └── interface...
Hallo! if `revert_in` is used in next method : https://github.com/nautobot/nornir-nautobot/blob/3bbc968c1bb9ec33459d5a8b495fb265c44b3c4a/nornir_nautobot/plugins/tasks/dispatcher/default.py#L368 `napalm_confirm_commit` needs to be used to actually confirm the commit: ``` from nornir_napalm.plugins.tasks import napalm_confirm_commit if revert_in is not None:...