only add symlinks for old modules (#337)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-08-08 14:49:54 -07:00 committed by Alex Stephen
commit 212b3d4b9a
59 changed files with 161 additions and 161 deletions

View file

@ -32,8 +32,8 @@ DOCUMENTATION = '''
module: gcp_bigquery_table_info
description:
- Gather info for GCP Table
- This module was previously called gcp_bigquery_table_facts before Ansible 2.9. The
usage has not changed
- This module was called C(gcp_bigquery_table_facts) before Ansible 2.9. The usage
has not changed.
short_description: Gather info for GCP Table
version_added: 2.8
author: Google Inc. (@googlecloudplatform)
@ -51,7 +51,7 @@ extends_documentation_fragment: gcp
'''
EXAMPLES = '''
- name: " a table info"
- name: get info on a table
gcp_bigquery_table_info:
dataset: example_dataset
project: test_project