mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
This commit is contained in:
@@ -258,9 +258,9 @@ def main():
|
||||
|
||||
n0 = n1 = None
|
||||
for i, line in enumerate(lines):
|
||||
if line.startswith(marker0):
|
||||
if line == marker0:
|
||||
n0 = i
|
||||
if line.startswith(marker1):
|
||||
if line == marker1:
|
||||
n1 = i
|
||||
|
||||
if None in (n0, n1):
|
||||
|
||||
Reference in New Issue
Block a user