update guide_azure.rst (#66940)

changed example for ping linux machines. Looks liked it was wrongly copy paste.
pull/67055/head
Sander 4 years ago committed by GitHub
parent f49408287a
commit 87a5e433ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save