mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
updated version_added
This commit is contained in:
parent
29041f89e2
commit
ba3f512d8a
1 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
version_added: "2.7"
|
version_added: "2.8"
|
||||||
importer_ssl_ca_cert:
|
importer_ssl_ca_cert:
|
||||||
description:
|
description:
|
||||||
- CA certificate string used to validate the feed source SSL certificate.
|
- CA certificate string used to validate the feed source SSL certificate.
|
||||||
|
@ -85,13 +85,13 @@ options:
|
||||||
- Proxy username for the pulp repository importer.
|
- Proxy username for the pulp repository importer.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
version_added: "2.7"
|
version_added: "2.8"
|
||||||
proxy_password:
|
proxy_password:
|
||||||
description:
|
description:
|
||||||
- Proxy password for the pulp repository importer.
|
- Proxy password for the pulp repository importer.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
version_added: "2.7"
|
version_added: "2.8"
|
||||||
publish_distributor:
|
publish_distributor:
|
||||||
description:
|
description:
|
||||||
- Distributor to use when state is C(publish). The default is to
|
- Distributor to use when state is C(publish). The default is to
|
||||||
|
@ -115,7 +115,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
version_added: "2.7"
|
version_added: "2.8"
|
||||||
serve_http:
|
serve_http:
|
||||||
description:
|
description:
|
||||||
- Make the repo available over HTTP.
|
- Make the repo available over HTTP.
|
||||||
|
|
Loading…
Reference in a new issue