mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Imporve parsing of skipped messages. (#916)
This commit is contained in:
@@ -202,9 +202,9 @@ _RE_SKIPPED_EVENT = re.compile(
|
||||
r'\s*'
|
||||
r'(?P<resource_id>\S+)'
|
||||
r'\s+'
|
||||
r'Skipped -'
|
||||
r'Skipped(?: -'
|
||||
r'\s*'
|
||||
r'(?P<msg>\S(?:|.*\S))'
|
||||
r'(?P<msg>\S(?:|.*\S))|\s*)'
|
||||
r'$'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user