From ef1e466c05c378dc7a100a3bab3d82070bffde75 Mon Sep 17 00:00:00 2001 From: samitab Date: Mon, 15 Apr 2024 08:35:05 +1000 Subject: [PATCH] [ignore] Added changes based on PR comments --- docs/optimizing.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/optimizing.md b/docs/optimizing.md index 679d7b7f2..1323d1d34 100644 --- a/docs/optimizing.md +++ b/docs/optimizing.md @@ -26,7 +26,7 @@ ansible_network_os=cisco.aci.aci Instead of using `hostname`, `username` & `password` in the playbook, the following variables can be used in the inventory. ```ini -ansible_user=admin +ansible_user=apicUser ansible_password="SomeSecretPassword" ``` @@ -94,7 +94,6 @@ If enabled, a GET call to check previous object state will not be sent before a description: Web Intranet EPG bd: prod_bd suppress_previous: true - delegate_to: localhost ``` ### `suppress_verification` @@ -127,5 +126,4 @@ If enabled, a verifying GET call to check current object state will not be sent description: Web Intranet EPG bd: prod_bd suppress_verification: true - delegate_to: localhost ```