Files
community.general/lib/ansible/modules
Alex Willmer 490c7e7b35 Clarify docs/examples of attribute removal (#35872)
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".
2018-08-29 15:39:37 -05:00
..
2018-08-27 14:35:53 +02:00
2018-08-24 19:43:35 -04:00
2018-08-24 19:43:35 -04:00