mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
fix issue with eos config replace not working (#32468)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user