mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Update ad hoc command cancel test
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user