Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Ansible shutdown with 1m delay so callback can return #493

Merged
merged 1 commit into from
Jul 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion job_templates/power_action_-_ansible_default.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ model: JobTemplate
when 'restart'
'shutdown -r +1'
else
'shutdown -h now'
'shutdown -h +1'
end %>