mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
update logic
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- result is changed
|
||||
- result.copied
|
||||
|
||||
- name: Delete an SSH credential
|
||||
tower_credential:
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- "result is changed"
|
||||
- result.copied
|
||||
|
||||
- name: Delete an Inventory
|
||||
tower_inventory:
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- result is changed
|
||||
- result.copied
|
||||
|
||||
- name: Delete copied email notification
|
||||
tower_notification_template:
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
# the project, or it could be because the module actually failed somehow
|
||||
- assert:
|
||||
that:
|
||||
- "result is changed"
|
||||
- result.copied
|
||||
|
||||
- name: Check module fails with correct msg when given non-existing org as param
|
||||
tower_project:
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- "result is changed"
|
||||
- result.copied
|
||||
|
||||
- name: Fail Remove "on start" webhook notification from copied workflow job template
|
||||
tower_workflow_job_template:
|
||||
|
||||
Reference in New Issue
Block a user