diff --git a/awx/fact/models/fact.py b/awx/fact/models/fact.py index d89388276e..2ec6a8e6a0 100644 --- a/awx/fact/models/fact.py +++ b/awx/fact/models/fact.py @@ -182,6 +182,7 @@ class FactVersion(Document): meta = { 'indexes': [ '-timestamp', - 'module' + 'module', + 'host', ] }