Skip to content

Commit 3597dcb

Browse files
authored
Merge pull request #67 from voiprodrigo/master
plans/reboot_required: set return variables when noop is true
2 parents 740ba79 + 755d4ec commit 3597dcb

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)