mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Fix rebase bug specific to ad hoc commands
This commit is contained in:
parent
13300bdbd4
commit
e7be86867d
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user