From 0a199a07edad289a47bcc587502b3ae0b777ba06 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 11 Aug 2022 10:39:02 -0400 Subject: [PATCH] remove old network link (#78495) --- .../rst/playbook_guide/playbooks_privilege_escalation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/playbook_guide/playbooks_privilege_escalation.rst b/docs/docsite/rst/playbook_guide/playbooks_privilege_escalation.rst index 7c82a6875d4..44e4cab9fe0 100644 --- a/docs/docsite/rst/playbook_guide/playbooks_privilege_escalation.rst +++ b/docs/docsite/rst/playbook_guide/playbooks_privilege_escalation.rst @@ -377,7 +377,7 @@ Ansible still supports ``enable`` mode with ``connection: local`` for legacy net authorize: yes auth_pass: " {{ secret_auth_pass }}" -We recommend updating your playbooks to use ``become`` for network-device ``enable`` mode consistently. The use of ``authorize`` and of ``provider`` dictionaries will be deprecated in future. Check the :ref:`platform_options` and :ref:`network_modules` documentation for details. +We recommend updating your playbooks to use ``become`` for network-device ``enable`` mode consistently. The use of ``authorize`` and of ``provider`` dictionaries will be deprecated in future. Check the :ref:`platform_options` documentation for details. .. _become_windows: