mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
Swap repos test fix
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
name: "{{ project_name }}"
|
name: "{{ project_name }}"
|
||||||
organization: "{{ org_name }}"
|
organization: "{{ org_name }}"
|
||||||
scm_type: git
|
scm_type: git
|
||||||
scm_url: https://github.com/ansible/test-playbooks
|
scm_url: https://github.com/ansible/ansible-tower-samples
|
||||||
wait: true
|
wait: true
|
||||||
|
|
||||||
- name: Create a git project with same name, different org
|
- name: Create a git project with same name, different org
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
name: "{{ project_name }}"
|
name: "{{ project_name }}"
|
||||||
organization: Default
|
organization: Default
|
||||||
scm_type: git
|
scm_type: git
|
||||||
scm_url: https://github.com/ansible/ansible-tower-samples
|
scm_url: https://github.com/ansible/test-playbooks
|
||||||
wait: true
|
wait: true
|
||||||
|
|
||||||
- name: Create an Inventory
|
- name: Create an Inventory
|
||||||
|
|||||||
Reference in New Issue
Block a user