mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix CI issue
This commit is contained in:
@@ -171,7 +171,7 @@ class BE(object):
|
||||
if '@' in self.name:
|
||||
for line in out.splitlines():
|
||||
if self.is_freebsd:
|
||||
check = re.match(r'.+/({})\s+\-'.format(self.name), line)
|
||||
check = re.match(r'.+/({0})\s+\-'.format(self.name), line)
|
||||
if check:
|
||||
return check
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user