mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 20:54:24 -07:00
parent
bc99432f89
commit
eaa5e07b28
247 changed files with 7318 additions and 7375 deletions
|
@ -166,7 +166,7 @@
|
|||
- name: Assert that image was deleted
|
||||
assert:
|
||||
that:
|
||||
- result is changed
|
||||
- result is changed
|
||||
|
||||
# Trying to run with wrong arguments
|
||||
- name: Try to use name and ID at the same time
|
||||
|
@ -182,7 +182,7 @@
|
|||
- name: Assert that task failed
|
||||
assert:
|
||||
that:
|
||||
- result is failed
|
||||
- result is failed
|
||||
|
||||
- name: Try to rename image without specifying new name
|
||||
one_image:
|
||||
|
@ -197,7 +197,7 @@
|
|||
- name: Assert that task failed
|
||||
assert:
|
||||
that:
|
||||
- result is failed
|
||||
- result is failed
|
||||
|
||||
- name: Try to rename image without specifying new name
|
||||
one_image:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue