mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
Fix AWX collection import test interference with Default organization
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user