Skip to content

Commit a7cf991

Browse files
authored
fix list indentation
1 parent 065e296 commit a7cf991

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,15 @@ The purpose of tags is to enable the ability to quickly and easily work with sub
242242

243243
- Ansible < 2.8:
244244

245-
```bash
246-
ansible-playbook -i azure_rm.py nginx.yml
247-
```
245+
```bash
246+
ansible-playbook -i azure_rm.py nginx.yml
247+
```
248248

249249
- Ansible >= 2.8:
250250

251-
```bash
252-
ansible-playbook -i ./myazure_rm.yml nginx.yml --limit=tag_Ansible_nginx
253-
```
251+
```bash
252+
ansible-playbook -i ./myazure_rm.yml nginx.yml --limit=tag_Ansible_nginx
253+
```
254254

255255
1. After running the playbook, you see output similar to the following results:
256256

0 commit comments

Comments
 (0)