Skip to content

Commit 755d4ec

Browse files
author
Rodrigo Pereira
committed
plans/reboot_required: set return variables when noop is true
1 parent 740ba79 commit 755d4ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plans/reboot_required.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@
103103
}
104104
else {
105105
out::message('Noop specified, skipping all reboots.')
106+
$targets_reboot_attempted = []
107+
$reboot_resultset = ResultSet([])
106108
}
107109

108110
# return our results

0 commit comments

Comments
 (0)