1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fix issue with eos config replace not working (#32468)

This commit is contained in:
Peter Sprygada 2017-11-01 18:56:32 -04:00 committed by GitHub
parent ea2afc6ebc
commit e33c24f585
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,7 @@ class Cli:
rc = 0
for command in to_list(commands):
if command == 'end':
pass
continue
if command.startswith('banner') or multiline:
multiline = True