mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Fix typos and spelling errors (#639)
Found with codespell Signed-off-by: Andrew Imeson <andrew@andrewimeson.com>
This commit is contained in:
parent
65d9d49aa4
commit
18a939a167
12 changed files with 22 additions and 22 deletions
|
|
@ -66,17 +66,17 @@ options:
|
|||
type: dict
|
||||
system:
|
||||
description:
|
||||
- Wheter to prune unused pods, containers, image, networks and volume data
|
||||
- Whether to prune unused pods, containers, image, networks and volume data
|
||||
type: bool
|
||||
default: false
|
||||
system_all:
|
||||
description:
|
||||
- Wheter to prune all unused images, not only dangling images.
|
||||
- Whether to prune all unused images, not only dangling images.
|
||||
type: bool
|
||||
default: false
|
||||
system_volumes:
|
||||
description:
|
||||
- Wheter to prune volumes currently unused by any container.
|
||||
- Whether to prune volumes currently unused by any container.
|
||||
type: bool
|
||||
default: false
|
||||
volume:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue