summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/google/gcp_compute_health_check.py
diff options
context:
space:
mode:
authorThe Magician <magic-modules@google.com>2019-11-25 16:20:07 -0800
committeransibot <ansibot@users.noreply.github.com>2019-11-25 19:20:07 -0500
commitcd8b42c37618a09e3ea12ee50f66419bde2caee7 (patch)
treee74f5d4aa36b57d822e23f34e9ac9d353b9e8c83 /lib/ansible/modules/cloud/google/gcp_compute_health_check.py
parent4fdc02285390f69c1e15a9e28cf483a8d4c5d68a (diff)
downloadansible-cd8b42c37618a09e3ea12ee50f66419bde2caee7.tar.gz
Bug fixes for GCP modules (#64823)
Diffstat (limited to 'lib/ansible/modules/cloud/google/gcp_compute_health_check.py')
-rw-r--r--lib/ansible/modules/cloud/google/gcp_compute_health_check.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ansible/modules/cloud/google/gcp_compute_health_check.py b/lib/ansible/modules/cloud/google/gcp_compute_health_check.py
index de4070cea6..81ce5e1b42 100644
--- a/lib/ansible/modules/cloud/google/gcp_compute_health_check.py
+++ b/lib/ansible/modules/cloud/google/gcp_compute_health_check.py
@@ -888,8 +888,7 @@ def main():
port_specification=dict(type='str'),
),
),
- ),
- mutually_exclusive=[['http2_health_check', 'http_health_check', 'https_health_check', 'ssl_health_check', 'tcp_health_check']],
+ )
)
if not module.params['scopes']: