.. Document meta .. |antsibull-internal-nbsp| unicode:: 0xA0 :trim: .. meta:: :antsibull-docs: 2.14.0 .. Anchors .. _ansible_collections.osp.edpm.haskey_filter: .. Anchors: short name for ansible.builtin .. Title osp.edpm.haskey filter -- Retrun dictionaries with given key ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. version_added .. rst-class:: ansible-version-added New in osp.edpm 2.9 .. contents:: :local: :depth: 1 .. Deprecated Synopsis -------- .. Description - This filter will take a list of dictionaries (data) and will return the dictionaries which have a certain key given in parameter with 'attribute'. If reverse is set to True, the returned list won't contain dictionaries which have the attribute. If any\_value is set to True, the returned list will match any value in the list of values for "value" parameter which has to be a list. If we want to exclude items which have certain key(s); these keys should be added to the excluded\_keys list. If excluded\_keys is used with reverse, we'll just exclude the items which had a key from excluded\_keys in the reversed list. .. Aliases .. Requirements .. Options .. Attributes .. Notes .. Seealso .. Examples Examples -------- .. code-block:: yaml+jinja "{{ all_containers_hash | osp.edpm.dict_to_list | osp.edpm.haskey(attribute='restart', value=['always','unless-stopped'], any_value=True) | default([]) }}" .. Facts .. Return values Return Value ------------ .. tabularcolumns:: \X{1}{3}\X{2}{3} .. list-table:: :width: 100% :widths: auto :header-rows: 1 :class: longtable ansible-option-table * - Key - Description * - .. raw:: html
.. _ansible_collections.osp.edpm.haskey_filter__return-_value: .. rst-class:: ansible-option-title **Return value** .. raw:: html .. ansible-option-type-line:: :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html
- .. raw:: html
dictionaries containing key .. rst-class:: ansible-option-line :ansible-option-returned-bold:`Returned:` success .. raw:: html
.. Status (Presently only deprecated) .. Authors Authors ~~~~~~~ - EDPM team .. hint:: Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up. .. Extra links Collection links ~~~~~~~~~~~~~~~~ .. ansible-links:: - title: "Issue Tracker" url: "https://github.com/openstack-k8s-operators/edpm-ansible/issues" external: true - title: "Repository (Sources)" url: "https://github.com/openstack-k8s-operators/edpm-ansible" external: true .. Parsing errors