mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 02:10:27 -07:00
Merge 71d0a78a7f
into 99ac225a1a
This commit is contained in:
commit
39a005b985
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
Reference in a new issue