Skip to content

Commit 065e296

Browse files
authored
Fixed casing issue.
1 parent ef29180 commit 065e296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ansible/ansible-manage-azure-dynamic-inventories.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Starting with Ansible 2.8, Ansible provides an [Azure dynamic-inventory plugin](
173173
export AZURE_TAGS=nginx
174174
```
175175
176-
- run the following command:
176+
- Run the following command:
177177
178178
```bash
179179
ansible -i azure_rm.py ansible-inventory-test-rg -m ping
@@ -201,7 +201,7 @@ Starting with Ansible 2.8, Ansible provides an [Azure dynamic-inventory plugin](
201201
| |--ansible-inventory-test-vm2_7ba9
202202
```
203203
204-
- you can also run the following command to test connection to the Nginx VM:
204+
- You can also run the following command to test connection to the Nginx VM:
205205
206206
```bash
207207
ansible -i ./myazure_rm.yml -m ping tag_Ansible_nginx
@@ -315,4 +315,4 @@ This section illustrates one technique to test that Nginx is installed on your v
315315
## Next steps
316316

317317
> [!div class="nextstepaction"]
318-
> [Quickstart: Configure Linux virtual machines in Azure using Ansible](/azure/virtual-machines/linux/ansible-create-vm)
318+
> [Quickstart: Configure Linux virtual machines in Azure using Ansible](/azure/virtual-machines/linux/ansible-create-vm)

0 commit comments

Comments
 (0)