Fix refs broken by removal of old module docs

pull/44661/merge
Toshio Kuratomi 6 years ago
parent 0873d46617
commit ee891c2b16

@ -118,15 +118,23 @@ Deprecation notices
The following modules will be removed in Ansible 2.5. Please update your playbooks accordingly. The following modules will be removed in Ansible 2.5. Please update your playbooks accordingly.
* :ref:`ec2_vpc <ec2_vpc_module>` * ec2_vpc
* :ref:`cl_bond <cl_bond_module>` * cl_bond
* :ref:`cl_bridge <cl_bridge_module>` * cl_bridge
* :ref:`cl_img_install <cl_img_install_module>` * cl_img_install
* :ref:`cl_interface <cl_interface_module>` * cl_interface
* :ref:`cl_interface_policy <cl_interface_policy_module>` * cl_interface_policy
* :ref:`cl_license <cl_license_module>` * cl_license
* :ref:`cl_ports <cl_ports_module>` * cl_ports
* :ref:`nxos_mtu <nxos_mtu_module>` use :ref:`nxos_system <nxos_system_module>` instead * nxos_mtu use :ref:`nxos_system <nxos_system_module>` instead
.. note::
These modules may no longer have documentation in the current release. Please see the
`Ansible 2.3 module documentation
<https://docs.ansible.com/ansible/2.3/list_of_all_modules.html>`_ if you need
to know how they worked for porting your playbooks.
Noteworthy module changes Noteworthy module changes
------------------------- -------------------------

@ -154,17 +154,26 @@ Modules removed
The following modules no longer exist: The following modules no longer exist:
* :ref:`nxos_mtu <nxos_mtu_module>` use :ref:`nxos_system <nxos_system_module>`'s ``system_mtu`` option or :ref:`nxos_interface <nxos_interface_module>` instead * nxos_mtu use :ref:`nxos_system <nxos_system_module>`'s ``system_mtu`` option or :ref:`nxos_interface <nxos_interface_module>` instead
* :ref:`cl_interface_policy <cl_interface_policy_module>` use :ref:`nclu <nclu_module>` instead * cl_interface_policy use :ref:`nclu <nclu_module>` instead
* :ref:`cl_bridge <cl_bridge_module>` use :ref:`nclu <nclu_module>` instead * cl_bridge use :ref:`nclu <nclu_module>` instead
* :ref:`cl_img_install <cl_img_install_module>` use :ref:`nclu <nclu_module>` instead * cl_img_install use :ref:`nclu <nclu_module>` instead
* :ref:`cl_ports <cl_ports_module>` use :ref:`nclu <nclu_module>` instead * cl_ports use :ref:`nclu <nclu_module>` instead
* :ref:`cl_license <cl_license_module>` use :ref:`nclu <nclu_module>` instead * cl_license use :ref:`nclu <nclu_module>` instead
* :ref:`cl_interface <cl_interface_module>` use :ref:`nclu <nclu_module>` instead * cl_interface use :ref:`nclu <nclu_module>` instead
* :ref:`cl_bond <cl_bond_module>` use :ref:`nclu <nclu_module>` instead * cl_bond use :ref:`nclu <nclu_module>` instead
* :ref:`ec2_vpc <ec2_vpc_module>` use :ref:`ec2_vpc_net <ec2_vpc_net_module>` along with supporting modules :ref:`ec2_vpc_igw <ec2_vpc_igw_module>`, :ref:`ec2_vpc_route_table <ec2_vpc_route_table_module>`, :ref:`ec2_vpc_subnet <ec2_vpc_subnet_module>`, :ref:`ec2_vpc_dhcp_option <ec2_vpc_dhcp_option_module>`, :ref:`ec2_vpc_nat_gateway <ec2_vpc_nat_gateway_module>`, :ref:`ec2_vpc_nacl <ec2_vpc_nacl_module>` instead. * ec2_vpc use :ref:`ec2_vpc_net <ec2_vpc_net_module>` along with supporting modules :ref:`ec2_vpc_igw <ec2_vpc_igw_module>`, :ref:`ec2_vpc_route_table <ec2_vpc_route_table_module>`, :ref:`ec2_vpc_subnet <ec2_vpc_subnet_module>`, :ref:`ec2_vpc_dhcp_option <ec2_vpc_dhcp_option_module>`, :ref:`ec2_vpc_nat_gateway <ec2_vpc_nat_gateway_module>`, :ref:`ec2_vpc_nacl <ec2_vpc_nacl_module>` instead.
* :ref:`ec2_ami_search <ec2_ami_search_module>` use :ref:`ec2_ami_facts <ec2_ami_facts_module>` instead * ec2_ami_search use :ref:`ec2_ami_facts <ec2_ami_facts_module>` instead
* :ref:`docker <docker_module>` use :ref:`docker_container <docker_container_module>` and :ref:`docker_image <docker_image_module>` instead * docker use :ref:`docker_container <docker_container_module>` and :ref:`docker_image <docker_image_module>` instead
.. note::
These modules may no longer have documentation in the current release. Please see the
`Ansible 2.4 module documentation
<https://docs.ansible.com/ansible/2.4/list_of_all_modules.html>`_ if you need
to know how they worked for porting your playbooks.
Deprecation notices Deprecation notices
------------------- -------------------

Loading…
Cancel
Save