Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Commit

Permalink
Remove conditional failure for reboot dependency
Browse files Browse the repository at this point in the history
Resolves #6
  • Loading branch information
jnv committed Dec 8, 2015
1 parent 83be977 commit 572b622
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tasks/reboot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@
ignore_errors: true
tags: unattended

- name: abort if automatic reboot is unavailable
fail: msg="The unattended_automatic_reboot option was selected but the system has no means to reboot automatically"
when: install_reboot_dependency | failed
tags: unattended

0 comments on commit 572b622

Please sign in to comment.