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 Mar 8, 2022
1 parent 4c9d028 commit cf0a4a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awx/main/tasks/jobs.py
Expand Up @@ -511,6 +511,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 cf0a4a3

Please sign in to comment.