We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab9954 commit 0a77dabCopy full SHA for 0a77dab
1 file changed
src/main/groovy/com/rundeck/plugins/ansible/ansible/AnsibleRunnerContextBuilder.java
@@ -775,7 +775,7 @@ public INodeEntry getNode() {
775
public void cleanupTempFiles() {
776
// Clean up individual temp files
777
for (File temp : tempFiles) {
778
- if (!getDebug()) {
+ if (getDebug()) {
779
System.err.println("DEBUG: Deleting temp file: " + temp.getAbsolutePath());
780
}
781
temp.delete();
0 commit comments