Skip to content

Commit 0de2e15

Browse files
committed
Minor updates to README
1 parent 46083a3 commit 0de2e15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The host should have Virtualization Technology (VT) enabled.
1212
Role Variables
1313
--------------
1414

15-
`libvirt_host_networks` is a list of pools to define and start. Each item
15+
`libvirt_host_pools` is a list of pools to define and start. Each item
1616
should be a dict containing the following items:
1717
- `name` The name of the pool.
1818
- `type` The type of the pool, currently only `dir` is supported.
@@ -41,7 +41,7 @@ Example Playbook
4141
- name: Ensure that Libvirt is configured
4242
hosts: all
4343
roles:
44-
- role: libvirt-host
44+
- role: stackhpc.libvirt-host
4545
libvirt_host_pools:
4646
- name: my-pool
4747
type: dir

0 commit comments

Comments
 (0)