remove deprecated legacy manual inventory source support

see: https://github.com/ansible/awx/issues/6309
This commit is contained in:
Ryan Petrello
2020-04-02 20:13:53 -04:00
parent 3bb671f3f2
commit 8b00b8c9c2
18 changed files with 75 additions and 75 deletions

View File

@@ -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', {