From 95bafd03d697e4f6a95d4105335a40cb463a3a1e Mon Sep 17 00:00:00 2001 From: KB-perByte Date: Tue, 30 Jan 2024 17:28:57 +0530 Subject: [PATCH] fix rendering option --- platform_guide.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/platform_guide.rst b/platform_guide.rst index 549c52420..f798d105a 100644 --- a/platform_guide.rst +++ b/platform_guide.rst @@ -28,15 +28,12 @@ Connections available Connection Settings ``ansible_connection: ansible.netcommon.network_cli`` - |enable_mode| supported: use ``ansible_become: true`` with + Enable_mode supported: use ``ansible_become: true`` with ``ansible_become_method: enable`` and ``ansible_become_password:`` Returned Data Format ``stdout[0].`` ==================== ========================================== -.. |enable_mode| replace:: Enable Mode |br| (Privilege Escalation) - - The ``ansible_connection: local`` has been deprecated. Please use ``ansible_connection: ansible.netcommon.network_cli`` instead. Using CLI in Ansible