WIP: containerized inventory updates. Thanks ALAN!!

This commit is contained in:
Shane McDonald
2020-12-03 11:52:25 -05:00
committed by Shane McDonald
parent 6ff1424e8c
commit 14a8e3da5e
3 changed files with 5 additions and 7 deletions
-1
View File
@@ -1441,7 +1441,6 @@ class PluginFileInjector(object):
def get_plugin_env(self, inventory_update, private_data_dir, private_data_files):
env = self._get_shared_env(inventory_update, private_data_dir, private_data_files)
env['ANSIBLE_COLLECTIONS_PATHS'] = settings.AWX_ANSIBLE_COLLECTIONS_PATHS
return env
def build_private_data(self, inventory_update, private_data_dir):