diff --git a/awx_collection/tests/integration/targets/tower_import/tasks/main.yml b/awx_collection/tests/integration/targets/tower_import/tasks/main.yml index 9835ff89a5..fa996f642b 100644 --- a/awx_collection/tests/integration/targets/tower_import/tasks/main.yml +++ b/awx_collection/tests/integration/targets/tower_import/tasks/main.yml @@ -25,7 +25,7 @@ notification_templates_error: [] notification_templates_approvals: [] natural_key: - name: "Default" + name: "{{ org_name1 }}" type: "organization" register: import_output @@ -48,7 +48,7 @@ notification_templates_error: [] notification_templates_approvals: [] natural_key: - name: "Default" + name: "{{ org_name1 }}" type: "organization" register: import_output ignore_errors: true @@ -76,7 +76,7 @@ "notification_templates_approvals": [] }, "natural_key": { - "name": "Default", + "name": "{{ org_name2 }}", "type": "organization" } }