diff --git a/lib/ansible/modules/cloud/google/gcp_compute_url_map.py b/lib/ansible/modules/cloud/google/gcp_compute_url_map.py index d43176a6dbc..f747e6ec708 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_url_map.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_url_map.py @@ -48,6 +48,7 @@ options: - present - absent default: present + type: str default_service: description: - A reference to BackendService resource if none of the hostRules match. diff --git a/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py b/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py index 84e7ff2e7f2..7efe468020d 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py @@ -47,6 +47,7 @@ options: - present - absent default: present + type: str name: description: - Name of the resource. The name must be 1-63 characters long, and comply with diff --git a/lib/ansible/modules/cloud/google/gcp_container_cluster.py b/lib/ansible/modules/cloud/google/gcp_container_cluster.py index 030094fee8f..49df86f23c8 100644 --- a/lib/ansible/modules/cloud/google/gcp_container_cluster.py +++ b/lib/ansible/modules/cloud/google/gcp_container_cluster.py @@ -47,6 +47,7 @@ options: - present - absent default: present + type: str name: description: - The name of this cluster. The name must be unique within this project and location, diff --git a/lib/ansible/modules/cloud/google/gcp_container_node_pool.py b/lib/ansible/modules/cloud/google/gcp_container_node_pool.py index fa0d250e8fd..25dbe24aafb 100644 --- a/lib/ansible/modules/cloud/google/gcp_container_node_pool.py +++ b/lib/ansible/modules/cloud/google/gcp_container_node_pool.py @@ -51,6 +51,7 @@ options: - present - absent default: present + type: str name: description: - The name of the node pool. diff --git a/lib/ansible/modules/cloud/google/gcp_dns_managed_zone.py b/lib/ansible/modules/cloud/google/gcp_dns_managed_zone.py index c620ad7ea27..795302b0cb2 100644 --- a/lib/ansible/modules/cloud/google/gcp_dns_managed_zone.py +++ b/lib/ansible/modules/cloud/google/gcp_dns_managed_zone.py @@ -48,6 +48,7 @@ options: - present - absent default: present + type: str description: description: - A mutable string of at most 1024 characters associated with this resource for diff --git a/lib/ansible/modules/cloud/google/gcp_dns_resource_record_set.py b/lib/ansible/modules/cloud/google/gcp_dns_resource_record_set.py index 111514fd256..d74ab7cd37a 100644 --- a/lib/ansible/modules/cloud/google/gcp_dns_resource_record_set.py +++ b/lib/ansible/modules/cloud/google/gcp_dns_resource_record_set.py @@ -51,6 +51,7 @@ options: - present - absent default: present + type: str name: description: - For example, U(www.example.com). diff --git a/lib/ansible/modules/cloud/google/gcp_iam_role.py b/lib/ansible/modules/cloud/google/gcp_iam_role.py index ffd422c147b..47512f8f1bf 100644 --- a/lib/ansible/modules/cloud/google/gcp_iam_role.py +++ b/lib/ansible/modules/cloud/google/gcp_iam_role.py @@ -47,6 +47,7 @@ options: - present - absent default: present + type: str name: description: - The name of the role. diff --git a/lib/ansible/modules/cloud/google/gcp_iam_service_account.py b/lib/ansible/modules/cloud/google/gcp_iam_service_account.py index 78bec7fc9af..642c57e9b32 100644 --- a/lib/ansible/modules/cloud/google/gcp_iam_service_account.py +++ b/lib/ansible/modules/cloud/google/gcp_iam_service_account.py @@ -47,6 +47,7 @@ options: - present - absent default: present + type: str name: description: - The name of the service account. diff --git a/lib/ansible/modules/cloud/google/gcp_iam_service_account_key.py b/lib/ansible/modules/cloud/google/gcp_iam_service_account_key.py index 88919667966..a7491d65159 100644 --- a/lib/ansible/modules/cloud/google/gcp_iam_service_account_key.py +++ b/lib/ansible/modules/cloud/google/gcp_iam_service_account_key.py @@ -47,6 +47,7 @@ options: - present - absent default: present + type: str private_key_type: description: - Output format for the service account key. diff --git a/lib/ansible/modules/cloud/google/gcp_pubsub_subscription.py b/lib/ansible/modules/cloud/google/gcp_pubsub_subscription.py index ef1a8a51b9a..01bb03dd8c0 100644 --- a/lib/ansible/modules/cloud/google/gcp_pubsub_subscription.py +++ b/lib/ansible/modules/cloud/google/gcp_pubsub_subscription.py @@ -48,6 +48,7 @@ options: - present - absent default: present + type: str name: description: - Name of the subscription. diff --git a/lib/ansible/modules/cloud/google/gcp_pubsub_topic.py b/lib/ansible/modules/cloud/google/gcp_pubsub_topic.py index 925fdbba870..a346a8c4534 100644 --- a/lib/ansible/modules/cloud/google/gcp_pubsub_topic.py +++ b/lib/ansible/modules/cloud/google/gcp_pubsub_topic.py @@ -47,6 +47,7 @@ options: - present - absent default: present + type: str name: description: - Name of the topic. diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt index b3a7d49698b..a426124358c 100644 --- a/test/sanity/ignore.txt +++ b/test/sanity/ignore.txt @@ -1391,20 +1391,9 @@ lib/ansible/modules/cloud/google/gcp_compute_target_pool_facts.py validate-modul lib/ansible/modules/cloud/google/gcp_compute_target_ssl_proxy_facts.py validate-modules:E337 lib/ansible/modules/cloud/google/gcp_compute_target_tcp_proxy_facts.py validate-modules:E337 lib/ansible/modules/cloud/google/gcp_compute_target_vpn_gateway_facts.py validate-modules:E337 -lib/ansible/modules/cloud/google/gcp_compute_url_map.py validate-modules:E337 lib/ansible/modules/cloud/google/gcp_compute_url_map_facts.py validate-modules:E337 -lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py validate-modules:E337 lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel_facts.py validate-modules:E337 -lib/ansible/modules/cloud/google/gcp_container_cluster.py validate-modules:E337 -lib/ansible/modules/cloud/google/gcp_container_node_pool.py validate-modules:E337 -lib/ansible/modules/cloud/google/gcp_dns_managed_zone.py validate-modules:E337 lib/ansible/modules/cloud/google/gcp_dns_managed_zone_facts.py validate-modules:E337 -lib/ansible/modules/cloud/google/gcp_dns_resource_record_set.py validate-modules:E337 -lib/ansible/modules/cloud/google/gcp_iam_role.py validate-modules:E337 -lib/ansible/modules/cloud/google/gcp_iam_service_account.py validate-modules:E337 -lib/ansible/modules/cloud/google/gcp_iam_service_account_key.py validate-modules:E337 -lib/ansible/modules/cloud/google/gcp_pubsub_subscription.py validate-modules:E337 -lib/ansible/modules/cloud/google/gcp_pubsub_topic.py validate-modules:E337 lib/ansible/modules/cloud/google/gcpubsub.py validate-modules:E322 lib/ansible/modules/cloud/google/gcpubsub.py validate-modules:E323 lib/ansible/modules/cloud/google/gcpubsub.py validate-modules:E337