Correct broken link to playbooks_tests
This commit is contained in:
parent
1c8c51d05c
commit
1e292c0211
1 changed files with 1 additions and 2 deletions
|
@ -55,7 +55,7 @@ In addition to the deprecation warnings, many new tests have been introduced tha
|
|||
|
||||
when: result is successful
|
||||
|
||||
See :ref:`The Ansible Tests Documentation <playbooks_tests>` for more information.
|
||||
See :doc:`playbooks_tests` for more information.
|
||||
|
||||
Additionally, a script was created to assist in the conversion for tests using filter syntax to proper jinja test syntax. This script has been used to convert all of the Ansible integration tests to the correct format. There are a few limitations documented, and all changes made by this script should be evaluated for correctness before executing the modified playbooks. The script can be found at `https://github.com/ansible/ansible/blob/devel/hacking/fix_test_syntax.py <https://github.com/ansible/ansible/blob/devel/hacking/fix_test_syntax.py>`_.
|
||||
|
||||
|
@ -78,7 +78,6 @@ Deprecation notices
|
|||
|
||||
The following modules will be removed in Ansible 2.9. Please update update your playbooks accordingly.
|
||||
|
||||
* :ref:`fixme <fixme>`
|
||||
* :ref:`nxos_ip_interface <nxos_ip_interface>` use :ref:`nxos_l3_interface <nxos_l3_interface>` instead.
|
||||
* :ref:`nxos_portchannel <nxos_portchannel>` use :ref:`nxos_linkagg <nxos_linkagg>` instead.
|
||||
* :ref:`nxos_switchport <nxos_switchport>` use :ref:`nxos_l2_interface <nxos_l2_interface>` instead.
|
||||
|
|
Loading…
Reference in a new issue