mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix documentation fragments for docker (#38378)
This commit is contained in:
committed by
Matt Clay
parent
68e3ff80a7
commit
4117b2dd29
@@ -38,7 +38,6 @@ options:
|
||||
dockerfile:
|
||||
description:
|
||||
- Use with state C(present) to provide an alternate name for the Dockerfile to use when building an image.
|
||||
default: Dockerfile
|
||||
required: false
|
||||
version_added: "2.0"
|
||||
force:
|
||||
@@ -156,10 +155,10 @@ options:
|
||||
C(encrypt) to use TLS. And set to C(verify) to use TLS and verify that the server's certificate is valid for the
|
||||
server. NOTE: If you specify this option, it will set the value of the tls or tls_verify parameters."
|
||||
choices:
|
||||
- no
|
||||
- encrypt
|
||||
- verify
|
||||
default: no
|
||||
- 'no'
|
||||
- 'encrypt'
|
||||
- 'verify'
|
||||
default: 'no'
|
||||
required: false
|
||||
version_added: "2.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user