Skip to content

Commit b2adbc6

Browse files
edbaltraCopilot
andauthored
Update src/main/groovy/com/rundeck/plugins/ansible/plugin/AnsibleResourceModelSource.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ec67e42 commit b2adbc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/groovy/com/rundeck/plugins/ansible/plugin/AnsibleResourceModelSource.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,6 @@ public NodeEntryImpl createNodeEntry(Map.Entry<String, Object> hostNode) throws
804804
Map<String, Object> nodeValues = InventoryList.getType(hostNode.getValue());
805805

806806
applyNodeTags(node, nodeValues);
807-
Gson gson = new Gson();
808807

809808
nodeValues.forEach((key, value) -> {
810809
if (value != null) {

0 commit comments

Comments
 (0)