We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8f309 commit f8978c8Copy full SHA for f8978c8
README.md
@@ -18,7 +18,8 @@ should be a dict containing the following items:
18
- `type` The type of the pool, currently only `dir` is supported.
19
- `capacity` The capacity, in bytes, of the pool.
20
- `path` The absolute path to the pool's backing directory.
21
-- `mode` The access mode of the pool.
+- `mode` The access mode of the pool. N.B.: This should be specified as an
22
+ integer **without** a leading zero; for example: `mode: 755`.
23
- `owner` The owner of the pool.
24
- `group` The group of the pool.
25
@@ -47,7 +48,7 @@ Example Playbook
47
48
type: dir
49
capacity: 1024
50
path: /path/to/pool
- mode: 0755
51
+ mode: 755
52
owner: my-user
53
group: my-group
54
libvirt_host_networks:
0 commit comments