mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Clarify documentation on dockerfile. (#57570)
This commit is contained in:
parent
6cd2543a2b
commit
433e00c219
1 changed files with 4 additions and 2 deletions
|
@ -59,7 +59,8 @@ options:
|
||||||
type: list
|
type: list
|
||||||
dockerfile:
|
dockerfile:
|
||||||
description:
|
description:
|
||||||
- Use with state C(present) to provide an alternate name for the Dockerfile to use when building an image.
|
- Use with state C(present) and source C(build) to provide an alternate name for the Dockerfile to use when building an image.
|
||||||
|
- This can also include a relative path (relative to I(path)).
|
||||||
type: str
|
type: str
|
||||||
http_timeout:
|
http_timeout:
|
||||||
description:
|
description:
|
||||||
|
@ -142,7 +143,8 @@ options:
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
dockerfile:
|
dockerfile:
|
||||||
description:
|
description:
|
||||||
- Use with state C(present) to provide an alternate name for the Dockerfile to use when building an image.
|
- Use with state C(present) and source C(build) to provide an alternate name for the Dockerfile to use when building an image.
|
||||||
|
- This can also include a relative path (relative to I(path)).
|
||||||
- Please use I(build.dockerfile) instead. This option will be removed in Ansible 2.12.
|
- Please use I(build.dockerfile) instead. This option will be removed in Ansible 2.12.
|
||||||
type: str
|
type: str
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue