mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Update ad hoc command cancel test
This commit is contained in:
parent
62a9c74040
commit
82807a1b20
@ -63,10 +63,11 @@
|
||||
command_id: "{{ command.id }}"
|
||||
fail_if_not_running: true
|
||||
register: results
|
||||
ignore_errors: true
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- results is changed
|
||||
- results is failed
|
||||
|
||||
- name: Cancel an already canceled command (assert failure)
|
||||
tower_ad_hoc_command_cancel:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user