Skip to content

Commit 8b302de

Browse files
authored
Merge pull request #60 from akira6592/fix-readme
Fix indents in readme
2 parents 0850c5e + 299891c commit 8b302de

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ ansible-galaxy collection install cloud.azure_ops
6363
Once installed, you can reference the cloud.azure_ops collection content by its fully qualified collection name (FQCN), for example:
6464

6565
```yaml
66-
- hosts: all
67-
tasks:
68-
- name: Create load balancer
69-
ansible.builtin.include_role:
70-
name: cloud.azure_ops.azure_load_balancer_with_public_ip
71-
vars:
72-
azure_load_balancer_with_public_ip_operation: create
73-
azure_load_balancer_with_public_ip_azure_resource_group: "{{ resource_group }}"
74-
azure_load_balancer_with_public_ip_load_balancer:
75-
name: "{{ resource_group }}-lb"
66+
- hosts: all
67+
tasks:
68+
- name: Create load balancer
69+
ansible.builtin.include_role:
70+
name: cloud.azure_ops.azure_load_balancer_with_public_ip
71+
vars:
72+
azure_load_balancer_with_public_ip_operation: create
73+
azure_load_balancer_with_public_ip_azure_resource_group: "{{ resource_group }}"
74+
azure_load_balancer_with_public_ip_load_balancer:
75+
name: "{{ resource_group }}-lb"
7676
```
7777
7878
### See Also
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
trivial:
2+
- Remove invalid and unnecessary indents in README.md

0 commit comments

Comments
 (0)