ansible/changelogs/fragments/fix_iosxr_admin_not_exiting
Ricardo Carrillo Cruz 3115f31655 Cherry pick iosxr admin fix (#40108)
* Exit admin mode properly on iosxr_config (#39594)

Fixes #38811

When using 'admin' in iosxr-config, we need to pass an end
to config terminal session but also pass exit so we exit admin
mode.

(cherry picked from commit 56c5567912)

* Add bugfix fragment
2018-05-15 10:50:42 -07:00

2 lines
110 B
Text

bugfixes:
- Fix iosxr_config admin mode not exiting properly https://github.com/ansible/ansible/pull/39594