diff options
author | Wayne Witzel III <wayne@riotousliving.com> | 2017-05-26 16:19:47 +0200 |
---|---|---|
committer | Wayne Witzel III <wayne@riotousliving.com> | 2017-05-26 16:19:47 +0200 |
commit | d846e352abd04a30ba56264abeee8cad987350f8 (patch) | |
tree | 85eeb34d8dbc492aa522bec43f4b345347cd1211 /docs/inventory_refresh.md | |
parent | Add smart_inventories endpoint to Host (diff) | |
download | awx-d846e352abd04a30ba56264abeee8cad987350f8.tar.xz awx-d846e352abd04a30ba56264abeee8cad987350f8.zip |
minor doc typo
Diffstat (limited to 'docs/inventory_refresh.md')
-rw-r--r-- | docs/inventory_refresh.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/inventory_refresh.md b/docs/inventory_refresh.md index 8cd6a8e6b9..edcbe5d358 100644 --- a/docs/inventory_refresh.md +++ b/docs/inventory_refresh.md @@ -29,7 +29,7 @@ is the combination that makes a _Smart Inventory_. * `Host` model has a new field called `smart_inventories`. This field uses the `SmartInventoryMemberships` lookup table to provide a set of all of the _Smart Inventory_ a host is a part of. The memberships -or generated by the `update_host_smart_inventory_memberships` task. This task is called when the view for +are generated by the `update_host_smart_inventory_memberships` task. This task is called when the view for `/api/v2/hosts/:id/smart_inventories` is materialized. NOTE: This task is only run if the `AWX_REBUILD_SMART_MEMBERSHIP` is set to True. It defaults to False. |