mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
If values="somestring" is specified then this module normalizes it to ["somestring"]. This means that passing name="foo", values="", state=exact results in the ldap entry having a single attribute called foo="". To delete all attributes "foo", regardless of their values, it is necessary to pass name="foo", values=[], state="exact". |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py |