mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
Fix rebase bug specific to ad hoc commands
This commit is contained in:
@@ -2848,7 +2848,7 @@ class RunAdHocCommand(BaseTask):
|
||||
return d
|
||||
|
||||
def build_execution_environment_params(self, instance, private_data_dir):
|
||||
params = super(RunAdHocCommand, self).build_execution_environment_params(instance)
|
||||
params = super(RunAdHocCommand, self).build_execution_environment_params(instance, private_data_dir)
|
||||
params['process_isolation'] = False if MODE == 'development' else True
|
||||
return params
|
||||
|
||||
|
||||
Reference in New Issue
Block a user