1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
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
..
cli ansible-pull: allow specifying --diff from check_opts cli flag group (#37645) 2018-08-28 15:15:14 -04:00
compat
config
errors
executor fix issue with no_log in py3 2018-08-27 11:57:02 -07:00
galaxy
inventory
module_utils Refactoring code to adhere to persistence connection. (#44398) 2018-08-29 15:25:19 -04:00
modules Clarify docs/examples of attribute removal (#35872) 2018-08-29 15:39:37 -05:00
parsing
playbook Make sure we skip handlers from includes in compile_roles_handlers. Fixes #44848 (#44852) 2018-08-29 15:05:55 -05:00
plugins Setting options is fine if plugins already exist (#44859) 2018-08-29 16:33:51 -04:00
template
utils Clarify docs re mode's octal representation (#44410) 2018-08-29 15:12:32 -05:00
vars
__init__.py
constants.py
release.py Add post modifier to version 2018-08-27 23:18:38 -07:00