diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.3.rst b/docs/docsite/rst/porting_guides/porting_guide_2.3.rst index 1d04692ba49..424625746d2 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.3.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.3.rst @@ -118,15 +118,23 @@ Deprecation notices The following modules will be removed in Ansible 2.5. Please update your playbooks accordingly. -* :ref:`ec2_vpc ` -* :ref:`cl_bond ` -* :ref:`cl_bridge ` -* :ref:`cl_img_install ` -* :ref:`cl_interface ` -* :ref:`cl_interface_policy ` -* :ref:`cl_license ` -* :ref:`cl_ports ` -* :ref:`nxos_mtu ` use :ref:`nxos_system ` instead +* ec2_vpc +* cl_bond +* cl_bridge +* cl_img_install +* cl_interface +* cl_interface_policy +* cl_license +* cl_ports +* nxos_mtu use :ref:`nxos_system ` instead + +.. note:: + + These modules may no longer have documentation in the current release. Please see the + `Ansible 2.3 module documentation + `_ if you need + to know how they worked for porting your playbooks. + Noteworthy module changes ------------------------- diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.5.rst b/docs/docsite/rst/porting_guides/porting_guide_2.5.rst index 5b9a72b080d..ce0ef8f1ba7 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.5.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.5.rst @@ -154,17 +154,26 @@ Modules removed The following modules no longer exist: -* :ref:`nxos_mtu ` use :ref:`nxos_system `'s ``system_mtu`` option or :ref:`nxos_interface ` instead -* :ref:`cl_interface_policy ` use :ref:`nclu ` instead -* :ref:`cl_bridge ` use :ref:`nclu ` instead -* :ref:`cl_img_install ` use :ref:`nclu ` instead -* :ref:`cl_ports ` use :ref:`nclu ` instead -* :ref:`cl_license ` use :ref:`nclu ` instead -* :ref:`cl_interface ` use :ref:`nclu ` instead -* :ref:`cl_bond ` use :ref:`nclu ` instead -* :ref:`ec2_vpc ` use :ref:`ec2_vpc_net ` along with supporting modules :ref:`ec2_vpc_igw `, :ref:`ec2_vpc_route_table `, :ref:`ec2_vpc_subnet `, :ref:`ec2_vpc_dhcp_option `, :ref:`ec2_vpc_nat_gateway `, :ref:`ec2_vpc_nacl ` instead. -* :ref:`ec2_ami_search ` use :ref:`ec2_ami_facts ` instead -* :ref:`docker ` use :ref:`docker_container ` and :ref:`docker_image ` instead +* nxos_mtu use :ref:`nxos_system `'s ``system_mtu`` option or :ref:`nxos_interface ` instead +* cl_interface_policy use :ref:`nclu ` instead +* cl_bridge use :ref:`nclu ` instead +* cl_img_install use :ref:`nclu ` instead +* cl_ports use :ref:`nclu ` instead +* cl_license use :ref:`nclu ` instead +* cl_interface use :ref:`nclu ` instead +* cl_bond use :ref:`nclu ` instead +* ec2_vpc use :ref:`ec2_vpc_net ` along with supporting modules :ref:`ec2_vpc_igw `, :ref:`ec2_vpc_route_table `, :ref:`ec2_vpc_subnet `, :ref:`ec2_vpc_dhcp_option `, :ref:`ec2_vpc_nat_gateway `, :ref:`ec2_vpc_nacl ` instead. +* ec2_ami_search use :ref:`ec2_ami_facts ` instead +* docker use :ref:`docker_container ` and :ref:`docker_image ` instead + +.. note:: + + These modules may no longer have documentation in the current release. Please see the + `Ansible 2.4 module documentation + `_ if you need + to know how they worked for porting your playbooks. + + Deprecation notices -------------------