We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently when running the default get_config we need to send in a file path to backup_file so it can save the config to a file:
get_config
backup_file
nornir-nautobot/nornir_nautobot/plugins/tasks/dispatcher/default.py
Lines 79 to 82 in 5f1236e
If we want to get the configuration but not save it we should be able to send in an empty string to disable this functionality.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently when running the default
get_config
we need to send in a file path tobackup_file
so it can save the config to a file:nornir-nautobot/nornir_nautobot/plugins/tasks/dispatcher/default.py
Lines 79 to 82 in 5f1236e
If we want to get the configuration but not save it we should be able to send in an empty string to disable this functionality.
The text was updated successfully, but these errors were encountered: