From 87a5e433efe8f062c30a91a26d464f93211418bf Mon Sep 17 00:00:00 2001 From: Sander <28297121+servisan@users.noreply.github.com> Date: Mon, 3 Feb 2020 18:26:14 +0100 Subject: [PATCH] update guide_azure.rst (#66940) changed example for ping linux machines. Looks liked it was wrongly copy paste. --- docs/docsite/rst/scenario_guides/guide_azure.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/scenario_guides/guide_azure.rst b/docs/docsite/rst/scenario_guides/guide_azure.rst index ff30aeaa316..1bc0462d327 100644 --- a/docs/docsite/rst/scenario_guides/guide_azure.rst +++ b/docs/docsite/rst/scenario_guides/guide_azure.rst @@ -411,8 +411,8 @@ Here are some examples using the inventory script: # Execute win_ping on all Windows instances $ ansible -i azure_rm.py windows -m win_ping - # Execute win_ping on all Windows instances - $ ansible -i azure_rm.py winux -m ping + # Execute ping on all Linux instances + $ ansible -i azure_rm.py linux -m ping # Use the inventory script to print instance specific information $ ./ansible/contrib/inventory/azure_rm.py --host my_instance_host_name --resource-groups=Testing --pretty