1
0
Fork 0
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:
Andrew Imeson 2023-09-05 04:30:15 -04:00 committed by GitHub
parent 65d9d49aa4
commit 18a939a167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 22 additions and 22 deletions

View file

@ -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: