From 8a123318b59aa190cc706d700ba68b1f3d2effca Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Tue, 3 Dec 2019 18:23:07 +0000 Subject: [PATCH] fix broken indent in bigquery dataset docs Signed-off-by: Modular Magician --- plugins/modules/gcp_bigquery_dataset.py | 8 ++++---- plugins/modules/gcp_bigquery_dataset_info.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/modules/gcp_bigquery_dataset.py b/plugins/modules/gcp_bigquery_dataset.py index 074a91f..c25dabc 100644 --- a/plugins/modules/gcp_bigquery_dataset.py +++ b/plugins/modules/gcp_bigquery_dataset.py @@ -81,8 +81,8 @@ options: type: str special_group: description: - - A special group to grant access to. - - 'Possible values include: * `projectOwners`: Owners of the enclosing project.' + - 'A special group to grant access to. Possible values include: * `projectOwners`: + Owners of the enclosing project.' - "* `projectReaders`: Readers of the enclosing project." - "* `projectWriters`: Writers of the enclosing project." - "* `allAuthenticatedUsers`: All authenticated BigQuery users. ." @@ -301,8 +301,8 @@ access: type: str specialGroup: description: - - A special group to grant access to. - - 'Possible values include: * `projectOwners`: Owners of the enclosing project.' + - 'A special group to grant access to. Possible values include: * `projectOwners`: + Owners of the enclosing project.' - "* `projectReaders`: Readers of the enclosing project." - "* `projectWriters`: Writers of the enclosing project." - "* `allAuthenticatedUsers`: All authenticated BigQuery users. ." diff --git a/plugins/modules/gcp_bigquery_dataset_info.py b/plugins/modules/gcp_bigquery_dataset_info.py index bfb18f9..83b2adc 100644 --- a/plugins/modules/gcp_bigquery_dataset_info.py +++ b/plugins/modules/gcp_bigquery_dataset_info.py @@ -137,8 +137,8 @@ resources: type: str specialGroup: description: - - A special group to grant access to. - - 'Possible values include: * `projectOwners`: Owners of the enclosing project.' + - 'A special group to grant access to. Possible values include: * `projectOwners`: + Owners of the enclosing project.' - "* `projectReaders`: Readers of the enclosing project." - "* `projectWriters`: Writers of the enclosing project." - "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."