remove TOWER_HOST from job env vars

This commit is contained in:
AlanCoding
2018-04-04 10:02:14 -04:00
parent 8e51f61afa
commit c064195025
2 changed files with 3 additions and 1 deletions

View File

@@ -62,3 +62,6 @@
* Saved Launch-time configurations feature - added WFJT node promptable fields to schedules,
added `extra_data` to WFJT nodes, added "schedule this job" endpoint.
[[#169](https://github.com/ansible/awx/issues/169)]
* Removed `TOWER_HOST` as a default environment variable in job running environment
due to conflict with tower credential type. Playbook authors should replace their
use with `AWX_HOST`. [[#1727](https://github.com/ansible/awx/issues/1727)]