Skip to content

Commit bc32a3b

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/groovy/com/rundeck/plugins/ansible/ansible/AnsibleRunner.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,7 @@ public int run() throws Exception {
573573
}
574574

575575
} catch (IOException e) {
576-
System.err.println("ERROR: Failed to write all.yaml: " + e.getMessage());
577-
e.printStackTrace();
576+
log.error("ERROR: Failed to write all.yaml for node auth", e);
578577
throw new RuntimeException("Failed to write all.yaml for node auth", e);
579578
}
580579
}

0 commit comments

Comments
 (0)