Skip to content

Commit 3c25061

Browse files
committed
Updated oraasm-manage-diskgroups readme
1 parent 90874a0 commit 3c25061

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

roles/oraasm-manage-diskgroups/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Role Variables
1010
`asm_diskgroups` - defines the various disksgroups and their attributes.
1111

1212
e.g
13+
14+
```
1315
asm_diskgroups:
1416
- diskgroup: crs
1517
state: present
@@ -30,7 +32,7 @@ asm_diskgroups:
3032
disk:
3133
- {device: /dev/sdd, asmlabel: data01}
3234
- {device: /dev/sde, asmlabel: data02}
33-
35+
```
3436

3537

3638
Example Playbook

0 commit comments

Comments
 (0)