added java_cert module, did some cleanup

pull/22419/merge
Brian Coca 7 years ago
parent ae31634c23
commit 0e7664fe4d

@ -34,23 +34,22 @@ Ansible Changes By Release
###Deprecations: ###Deprecations:
* Specifying --tags (or --skip-tags) multiple times on the command line * Specifying --tags (or --skip-tags) multiple times on the command line
currently leads to the last one overridding all the previous ones. This currently leads to the last one overridding all the previous ones. This behaviour is deprecated.
behaviour is deprecated. In the future, if you specify --tags multiple times In the future, if you specify --tags multiple times the tags will be merged together.
the tags will be merged together. In 2.3, using --tags multiple times on one From now on, using --tags multiple times on one command line will emit a deprecation warning.
command line will emit a deprecation warning. Setting the Setting the merge_multiple_cli_tags option to True in the ansible.cfg file will enable the new behaviour.
merge_multiple_cli_tags option to True in the ansible.cfg file will enable In 2.4, the default will be to merge and you can enable the old overwriting behaviour via the config option.
the new behaviour. In 2.4, the default will be to merge and you can enable In 2.5, multiple --tags options will be merged with no way to go back to the old behaviour.
the old overwriting behaviour via the config option. In 2.5, multiple --tags
options will be merged with no way to go back to the old behaviour. * Modules (scheduled for removal in 2.5)
* Modules * ec2_vpc
* ec2_vpc will be deprecated in 2.3 and removed in 2.5 * cl_bond
* cl_bond will be deprecated in 2.3 and removed in 2.5 * cl_bridge
* cl_bridge will be deprecated in 2.3 and removed in 2.5 * cl_img_install
* cl_img_install will be deprecated in 2.3 and removed in 2.5 * cl_interface
* cl_interface will be deprecated in 2.3 and removed in 2.5 * cl_interface_policy
* cl_interface_policy will be deprecated in 2.3 and removed in 2.5 * cl_license
* cl_license will be deprecated in 2.3 and removed in 2.5 * cl_ports
* cl_ports will be deprecated in 2.3 and removed in 2.5
###Modules Notes: ###Modules Notes:
- oVirt/RHV - oVirt/RHV
@ -147,6 +146,7 @@ Ansible Changes By Release
* ios_vrf * ios_vrf
- iosxr_system - iosxr_system
- iso_extract - iso_extract
- java_cert
- jenkins_script - jenkins_script
- ldap: - ldap:
* ldap_attr * ldap_attr

Loading…
Cancel
Save