Update ad hoc command cancel test

This commit is contained in:
beeankha 2021-05-17 16:46:01 -04:00
parent 62a9c74040
commit 82807a1b20

View File

@ -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: