mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
AC-567 Remove source_tags from API/UI. Modify EC2 inventory to not return instance ID groups.
This commit is contained in:
@@ -686,6 +686,7 @@ class InventorySource(PrimordialModel):
|
||||
blank=True,
|
||||
default='',
|
||||
)
|
||||
# FIXME: Remove tags field when making other migrations for credential changes!
|
||||
source_tags = models.CharField(
|
||||
max_length=1024,
|
||||
blank=True,
|
||||
|
||||
Reference in New Issue
Block a user