mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-10 18:29:11 -07:00
fix issue with eos config replace not working (#32468)
This commit is contained in:
parent
ea2afc6ebc
commit
e33c24f585
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ class Cli:
|
||||||
rc = 0
|
rc = 0
|
||||||
for command in to_list(commands):
|
for command in to_list(commands):
|
||||||
if command == 'end':
|
if command == 'end':
|
||||||
pass
|
continue
|
||||||
|
|
||||||
if command.startswith('banner') or multiline:
|
if command.startswith('banner') or multiline:
|
||||||
multiline = True
|
multiline = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue