diff --git a/awx/main/models/inventory.py b/awx/main/models/inventory.py index 9457437a74..f92ff9e5fa 100644 --- a/awx/main/models/inventory.py +++ b/awx/main/models/inventory.py @@ -1623,6 +1623,7 @@ class rhv(PluginFileInjector): collection = 'ovirt' downstream_namespace = 'redhat' downstream_collection = 'rhv' + use_fqcn = True class satellite6(PluginFileInjector):