Skip to content

Commit ad98067

Browse files
committed
Improve Python formatting
1 parent ea6e3f6 commit ad98067

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/inventory/checkmk.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ def _populate(self):
180180
self.inventory.set_variable(host["id"], "ipaddress", host["ipaddress"])
181181
self.inventory.set_variable(host["id"], "folder", host["folder"])
182182
if self.want_ipv4:
183-
self.inventory.set_variable(host["id"], "ansible_host", host["ipaddress"])
183+
self.inventory.set_variable(
184+
host["id"], "ansible_host", host["ipaddress"]
185+
)
184186

185187
if self.groupsources:
186188
if "hosttags" in self.groupsources:

0 commit comments

Comments
 (0)