Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix shutdown command and added delay option #16

Merged
merged 1 commit into from
Jun 7, 2017
Merged

Conversation

lukas-bednar
Copy link
Member

Fix #15

@lukas-bednar lukas-bednar added this to the 0.0.3 milestone Jun 6, 2017
@lukas-bednar lukas-bednar requested a review from KKoukiou June 6, 2017 15:20
tasks/main.yml Outdated
@@ -117,7 +117,7 @@
shell: "> /etc/machine-id"

- name: Poweroff host
shell: "shutdown -t sec 5"
shell: "shutdown -P +{{ seal_poweroff_delay }}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to parse time specification: +5s

@lukas-bednar lukas-bednar force-pushed the issue_15 branch 3 times, most recently from bac2acb to 8a09492 Compare June 6, 2017 16:48
@lukas-bednar lukas-bednar merged commit ea852d9 into master Jun 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants