1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 19:49:09 +00:00

Fixes loginBanner plucking over eapi transport when loginBanner isn't set. (#23363)

This commit is contained in:
Chris Alfonso 2017-04-06 10:58:04 -06:00 committed by GitHub
parent 990ba90380
commit 394cb3477b
2 changed files with 3 additions and 1 deletions

View file

@ -12,4 +12,5 @@ eapi:
password: "{{ eos_eapi_pass | default('admin') }}"
transport: eapi
use_ssl: no
port: 80
authorize: yes