1
0
Fork 0
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:
John R Barker 2018-11-24 16:25:38 +00:00 committed by ansibot
parent 29041f89e2
commit ba3f512d8a

View file

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