From 0d23fc262996cf29ef403c23610fd28b7d8f5ed4 Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 24 May 2019 16:31:52 -0700 Subject: [PATCH] Replace description: > with description: | (#264) Signed-off-by: Modular Magician --- .../cloud/google/gcp_bigquery_table.py | 30 +++++++++---------- .../cloud/google/gcp_bigquery_table_facts.py | 16 +++++----- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/lib/ansible/modules/cloud/google/gcp_bigquery_table.py b/lib/ansible/modules/cloud/google/gcp_bigquery_table.py index db462778a8da11..fcd6d2fa61d7b6 100644 --- a/lib/ansible/modules/cloud/google/gcp_bigquery_table.py +++ b/lib/ansible/modules/cloud/google/gcp_bigquery_table.py @@ -207,14 +207,14 @@ required: false source_uris: description: - - 'The fully-qualified URIs that point to your data in Google Cloud. For Google - Cloud Storage URIs: Each URI can contain one ''*'' wildcard character and - it must come after the ''bucket'' name. Size limits related to load jobs - apply to external data sources. For Google Cloud Bigtable URIs: Exactly - one URI can be specified and it has be a fully specified and valid HTTPS - URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups, - exactly one URI can be specified. Also, the ''*'' wildcard character is - not allowed.' + - The fully-qualified URIs that point to your data in Google Cloud. + - 'For Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard + character and it must come after the ''bucket'' name. Size limits related + to load jobs apply to external data sources. For Google Cloud Bigtable URIs: + Exactly one URI can be specified and it has be a fully specified and valid + HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore + backups, exactly one URI can be specified. Also, the ''*'' wildcard character + is not allowed.' required: false schema: description: @@ -655,13 +655,13 @@ type: str sourceUris: description: - - 'The fully-qualified URIs that point to your data in Google Cloud. For Google - Cloud Storage URIs: Each URI can contain one ''*'' wildcard character and - it must come after the ''bucket'' name. Size limits related to load jobs apply - to external data sources. For Google Cloud Bigtable URIs: Exactly one URI - can be specified and it has be a fully specified and valid HTTPS URL for a - Google Cloud Bigtable table. For Google Cloud Datastore backups, exactly one - URI can be specified. Also, the ''*'' wildcard character is not allowed.' + - The fully-qualified URIs that point to your data in Google Cloud. + - 'For Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard character + and it must come after the ''bucket'' name. Size limits related to load jobs + apply to external data sources. For Google Cloud Bigtable URIs: Exactly one + URI can be specified and it has be a fully specified and valid HTTPS URL for + a Google Cloud Bigtable table. For Google Cloud Datastore backups, exactly + one URI can be specified. Also, the ''*'' wildcard character is not allowed.' returned: success type: list schema: diff --git a/lib/ansible/modules/cloud/google/gcp_bigquery_table_facts.py b/lib/ansible/modules/cloud/google/gcp_bigquery_table_facts.py index 404a7328aaebbb..08a8d20c3eb310 100644 --- a/lib/ansible/modules/cloud/google/gcp_bigquery_table_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_bigquery_table_facts.py @@ -314,14 +314,14 @@ type: str sourceUris: description: - - 'The fully-qualified URIs that point to your data in Google Cloud. For - Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard character - and it must come after the ''bucket'' name. Size limits related to load - jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly - one URI can be specified and it has be a fully specified and valid HTTPS - URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups, - exactly one URI can be specified. Also, the ''*'' wildcard character is - not allowed.' + - The fully-qualified URIs that point to your data in Google Cloud. + - 'For Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard + character and it must come after the ''bucket'' name. Size limits related + to load jobs apply to external data sources. For Google Cloud Bigtable + URIs: Exactly one URI can be specified and it has be a fully specified + and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud + Datastore backups, exactly one URI can be specified. Also, the ''*'' wildcard + character is not allowed.' returned: success type: list schema: