mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Support AWX_TASK_ENV injection in task and notification invocations.
This change _only_ injects `AWS_TASK_ENV` into `os.environ`; it's up to underlying libraries to be good citizens and actually respect things like `HTTPS_PROXY`. see: #3508
This commit is contained in:
@@ -37,3 +37,6 @@
|
||||
* Tower now uses a modified version of [Fernet](https://github.com/fernet/spec/blob/master/Spec.md).
|
||||
Our `Fernet256` class uses `AES-256-CBC` instead of `AES-128-CBC` for all encrypted fields.
|
||||
[[#826](https://github.com/ansible/ansible-tower/issues/826)]
|
||||
* Added the ability to set custom environment variables set for playbook runs,
|
||||
inventory updates, project updates, and notification sending.
|
||||
[[#3508](https://github.com/ansible/ansible-tower/issues/3508)]
|
||||
|
||||
Reference in New Issue
Block a user