mirror of https://github.com/ansible/ansible.git
nxos_logging message fix author:mikewiebe commit 374ca78
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>pull/50616/head
parent
003a4556df
commit
cb173f7f1d
@ -1,3 +1,13 @@
|
||||
---
|
||||
- { include: cli.yaml, tags: ['cli'] }
|
||||
- { include: nxapi.yaml, tags: ['nxapi'] }
|
||||
# Use block to ensure that the baude rate gets set
|
||||
# back to 9600 even if there are failures or errors.
|
||||
- block:
|
||||
- { include: cli.yaml, tags: ['cli'] }
|
||||
- { include: nxapi.yaml, tags: ['nxapi'] }
|
||||
always:
|
||||
- name: Set Baud Rate Back to 9600 so our tests don't break
|
||||
nxos_config:
|
||||
lines:
|
||||
- speed 9600
|
||||
parents: line console
|
||||
connection: network_cli
|
||||
|
||||
Loading…
Reference in New Issue