add inventory field to inventory update

This commit is contained in:
Jake McDermott
2018-07-17 00:38:40 -04:00
parent a955b3f947
commit a968a44afb
7 changed files with 39 additions and 60 deletions

View File

@@ -74,6 +74,7 @@
* Changed the name of the session length setting from `AUTH_TOKEN_EXPIRATION` to `SESSION_COOKIE_AGE`.
* Changed the name of the session length setting from `AUTH_TOKEN_PER_USER` to `SESSIONS_PER_USER`.
* External logging now defaults to HTTPS (instead of HTTP) *unless* http:// is explicitly specified in the log aggregator hostname [[#2048](https://github.com/ansible/awx/issues/2048)]
* Added `inventory` field to inventory updates
3.2.0
=====