summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander <28297121+servisan@users.noreply.github.com>2020-02-03 18:26:14 +0100
committerGitHub <noreply@github.com>2020-02-03 12:26:14 -0500
commit87a5e433efe8f062c30a91a26d464f93211418bf (patch)
tree8f969ae827982be5b8ce2f20784489870680999d
parentf49408287a96329542ba71958afe0f47363e4c28 (diff)
downloadansible-87a5e433efe8f062c30a91a26d464f93211418bf.tar.gz
update guide_azure.rst (#66940)
changed example for ping linux machines. Looks liked it was wrongly copy paste.
-rw-r--r--docs/docsite/rst/scenario_guides/guide_azure.rst4
1 files 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 ff30aeaa31..1bc0462d32 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