mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 13:55:04 -02:30
allow reasonable scheduling of SCM inventory sources
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
# All Rights Reserved.
|
||||
|
||||
CLOUD_PROVIDERS = ('azure', 'azure_rm', 'ec2', 'gce', 'rax', 'vmware', 'openstack', 'satellite6', 'cloudforms')
|
||||
SCHEDULEABLE_PROVIDERS = CLOUD_PROVIDERS + ('custom',)
|
||||
SCHEDULEABLE_PROVIDERS = CLOUD_PROVIDERS + ('custom', 'scm',)
|
||||
|
||||
Reference in New Issue
Block a user