mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Default source_project for inventory source to organization
Signed-off-by: tpage <tpage@redhat.com>
This commit is contained in:
@@ -28,6 +28,14 @@
|
||||
scm_url: https://github.com/ansible/test-playbooks
|
||||
wait: true
|
||||
|
||||
- name: Create a git project with same name, different org
|
||||
project:
|
||||
name: "{{ project_name }}"
|
||||
organization: Default
|
||||
scm_type: git
|
||||
scm_url: https://github.com/ansible/test-playbooks
|
||||
wait: true
|
||||
|
||||
- name: Create an Inventory
|
||||
inventory:
|
||||
name: "{{ inv_name }}"
|
||||
|
||||
Reference in New Issue
Block a user