mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Fix typo.
This commit is contained in:
parent
6082efc855
commit
c3322fd55b
@ -68,7 +68,7 @@ options:
|
||||
- Whether to build images before starting containers. This is used when O(state=present).
|
||||
- V(always) always builds before starting containers. This is equivalent to the C(--build) option of C(docker compose up).
|
||||
- V(never) never builds before starting containers. This is equivalent to the C(--no-build) option of C(docker compose up).
|
||||
- V(policy) uses the policy as defined in the Copose file.
|
||||
- V(policy) uses the policy as defined in the Compose file.
|
||||
type: str
|
||||
choices:
|
||||
- always
|
||||
|
||||
Loading…
Reference in New Issue
Block a user