diff options
author | AlanCoding <arominge@redhat.com> | 2017-03-27 15:56:36 +0200 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2017-04-17 21:01:19 +0200 |
commit | 6d92c56da5646a038973e7306f575212681915ad (patch) | |
tree | f1ed5417eada8f2c4c36c0618ca9e4b2ba9cd0d5 /docs/CHANGELOG.md | |
parent | Merge pull request #6041 from chrismeyersfsu/feature-jsonsearch (diff) | |
download | awx-6d92c56da5646a038973e7306f575212681915ad.tar.xz awx-6d92c56da5646a038973e7306f575212681915ad.zip |
SCM Inventory model, view, and task system changes
Inventory source file-type combined with a linked project
will allow the inventory source to be updated when the
project is updated. The inventory update runs in the
post-run hook of the project update.
Diffstat (limited to 'docs/CHANGELOG.md')
-rw-r--r-- | docs/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 331d7f6c65..53fe4067d7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -12,3 +12,5 @@ group serializer and added `user_capabilities` to inventory source serializer, allow user creation and naming of inventory sources [[#5741](https://github.com/ansible/ansible-tower/issues/5741)] +* support sourcing inventory from a file inside of a project's source + tree [[#2477](https://github.com/ansible/ansible-tower/issues/2477)] |