mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 10:20:26 -07:00
Update plugins/modules/gcp_compute_subnetwork.py
Co-authored-by: Yusuke Tsutsumi <tsutsumi.yusuke@gmail.com>
This commit is contained in:
parent
46873971a7
commit
5a2a6f2931
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ def main():
|
|||
if fetch:
|
||||
if state == 'present':
|
||||
if module.params['network']['selfLink'] != fetch['network']: # found difference on same subnet within the same VPC network
|
||||
module.fail_json(msg="Subnet already exists in a different VPC network: %s, please change the name or region" % fetch['network'])
|
||||
module.fail_json(msg="Subnet already exists in a different VPC network: %s" % fetch['network'])
|
||||
changed = False
|
||||
elif is_different(module, fetch):
|
||||
update(module, self_link(module), kind, fetch)
|
||||
|
|
Loading…
Add table
Reference in a new issue