mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-04 13:14:30 -07:00
Merge 71d0a78a7f
into eef427d24e
This commit is contained in:
commit
ae1005e9de
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ class GcpInstance(object):
|
|||
name = None
|
||||
if order.startswith("labels."):
|
||||
if "labels" in self.json:
|
||||
name = self.json["labels"].get(order[7:])
|
||||
name = self.json[u"labels"].get(order[7:])
|
||||
elif order == "public_ip":
|
||||
name = self._get_publicip()
|
||||
elif order == "private_ip":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue