mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
remove deprecated legacy manual inventory source support
see: https://github.com/ansible/awx/issues/6309
This commit is contained in:
@@ -68,7 +68,8 @@ def test_schema_with_branches(run_module, admin_user, organization, silence_depr
|
||||
)
|
||||
inv_src = InventorySource.objects.create(
|
||||
inventory=inv,
|
||||
name='AWS servers'
|
||||
name='AWS servers',
|
||||
source='ec2'
|
||||
)
|
||||
|
||||
result = run_module('tower_workflow_template', {
|
||||
|
||||
Reference in New Issue
Block a user