update documentation for dictionaries (#59354)

it has been fixed if using 0.9.0 or newer

ref https://github.com/ansible/ansible/pull/49053#issuecomment-511073083
pull/59362/head
Mark McKinstry 5 years ago committed by Will Thames
parent 2f2b106423
commit db95ff4823

@ -41,10 +41,11 @@ extends_documentation_fragment:
- k8s_auth_options
notes:
- If you are trying to remove an item from an associative array/dictionary,
for example a label or an annotation, you will need to explicitly set the
value of the item to be removed to `null`. Simply deleting the entry in the
dictionary will not remove it from openshift or kubernetes.
- If your OpenShift Python library is not 0.9.0 or newer and you are trying to
remove an item from an associative array/dictionary, for example a label or
an annotation, you will need to explicitly set the value of the item to be
removed to `null`. Simply deleting the entry in the dictionary will not
remove it from openshift or kubernetes.
options:
merge_type:

Loading…
Cancel
Save