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
Hallo!
if revert_in is used in next method :
revert_in
nornir-nautobot/nornir_nautobot/plugins/tasks/dispatcher/default.py
Line 368 in 3bbc968
napalm_confirm_commit needs to be used to actually confirm the commit:
napalm_confirm_commit
from nornir_napalm.plugins.tasks import napalm_confirm_commit if revert_in is not None: confirm_result = task.run(task= napalm_confirm_commit)
otherwise, the system will rollback to the backup config every time.
The text was updated successfully, but these errors were encountered:
jeffkala
No branches or pull requests
Hallo!
if
revert_in
is used in next method :nornir-nautobot/nornir_nautobot/plugins/tasks/dispatcher/default.py
Line 368 in 3bbc968
napalm_confirm_commit
needs to be used to actually confirm the commit:otherwise, the system will rollback to the backup config every time.
The text was updated successfully, but these errors were encountered: