mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 07:04:45 -03:30
SCM Inventory field name changes
on InventorySource model * scm_project -> source_project on InventorySourceSerializer * scm_inventories -> scm_inventory_sources on InventoryUpdate model * scm_project_update -> source_project_update
This commit is contained in:
@@ -7,7 +7,7 @@ a project as an Ansible inventory file.
|
||||
|
||||
Fields that should be specified on creation of SCM inventory source:
|
||||
|
||||
- `scm_project` - project to use
|
||||
- `source_project` - project to use
|
||||
- `source_path` - relative path inside of the project indicating a
|
||||
directory or a file, if left blank, "" is still a relative path
|
||||
indicating the root directory of the project
|
||||
|
||||
Reference in New Issue
Block a user