mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Fix AWX collection import test interference with Default organization
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
notification_templates_error: []
|
notification_templates_error: []
|
||||||
notification_templates_approvals: []
|
notification_templates_approvals: []
|
||||||
natural_key:
|
natural_key:
|
||||||
name: "Default"
|
name: "{{ org_name1 }}"
|
||||||
type: "organization"
|
type: "organization"
|
||||||
register: import_output
|
register: import_output
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
notification_templates_error: []
|
notification_templates_error: []
|
||||||
notification_templates_approvals: []
|
notification_templates_approvals: []
|
||||||
natural_key:
|
natural_key:
|
||||||
name: "Default"
|
name: "{{ org_name1 }}"
|
||||||
type: "organization"
|
type: "organization"
|
||||||
register: import_output
|
register: import_output
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
"notification_templates_approvals": []
|
"notification_templates_approvals": []
|
||||||
},
|
},
|
||||||
"natural_key": {
|
"natural_key": {
|
||||||
"name": "Default",
|
"name": "{{ org_name2 }}",
|
||||||
"type": "organization"
|
"type": "organization"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user