mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Add inventory filter capability (#698)
* Add inventory filter capability. * Use community.library_inventory_filtering_v1 collection. * Bump dependency to 1.0.0. * Mention the new dependency in the changelog.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
major_changes:
|
||||
- "The ``community.docker`` collection now depends on the ``community.library_inventory_filtering_v1`` collection.
|
||||
This utility collection provides host filtering functionality for inventory plugins.
|
||||
If you use the Ansible community package, both collections are included and you do not have to do anything special.
|
||||
If you install the collection with ``ansible-galaxy collection install``, it will be installed automatically.
|
||||
If you install the collection by copying the files of the collection to a place where ansible-core can find it,
|
||||
for example by cloning the git repository, you need to make sure that you also have to install the dependency
|
||||
if you are using the inventory plugins
|
||||
(https://github.com/ansible-collections/community.docker/pull/698)."
|
||||
minor_changes:
|
||||
- "inventory plugins - add ``filter`` option which allows to include and exclude hosts based on Jinja2 conditions (https://github.com/ansible-collections/community.docker/pull/698, https://github.com/ansible-collections/community.docker/issues/610)."
|
||||
Reference in New Issue
Block a user