mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-03 10:14:13 +00:00
Adjust error message check.
This commit is contained in:
parent
e1f8c40273
commit
a904bf2815
@ -80,4 +80,6 @@
|
|||||||
that:
|
that:
|
||||||
- push_4 is failed
|
- push_4 is failed
|
||||||
- >-
|
- >-
|
||||||
push_4.msg == ('Error pushing image ' ~ image_name_base2 ~ ':' ~ image_tag ~ ': no basic auth credentials')
|
push_4.msg.startswith('Error pushing image ' ~ image_name_base2 ~ ':' ~ image_tag ~ ': ')
|
||||||
|
- >-
|
||||||
|
push_4.msg.endswith(': no basic auth credentials')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user