Skip to content

Commit

Permalink
Adding parameter introduced in ansible/ansible-runner#1000
Browse files Browse the repository at this point in the history
  • Loading branch information
john-westcott-iv committed Feb 21, 2022
1 parent aae2e3f commit 0b2d733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awx/main/tasks/jobs.py
Expand Up @@ -504,6 +504,7 @@ def run(self, pk, **kwargs):
'playbook': self.build_playbook_path_relative_to_cwd(self.instance, private_data_dir),
'inventory': self.build_inventory(self.instance, private_data_dir),
'passwords': expect_passwords,
'store_env': False,
'envvars': env,
'settings': {
'job_timeout': self.get_instance_timeout(self.instance),
Expand Down

0 comments on commit 0b2d733

Please sign in to comment.