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