Clean up Collections test playbooks

This commit is contained in:
beeankha
2021-03-03 09:44:35 -05:00
parent 3903e88a47
commit 3153587c90
4 changed files with 3 additions and 27 deletions

View File

@@ -36,7 +36,7 @@
- assert:
that:
- results is failed
# We don't assert a message here because it handled by ansible
# We don't assert a message here because it's handled by ansible
- name: Try to delete a token with both existing_token or existing_token_id
tower_token:
@@ -50,7 +50,7 @@
- assert:
that:
- results is failed
# We don't assert a message here because it handled by ansible
# We don't assert a message here because it's handled by ansible
- block: