Skip to content

Commit

Permalink
Updated Handlers For Reboot
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Williams <[email protected]>
  • Loading branch information
MrSteve81 committed May 18, 2023
1 parent 7042f21 commit 09f4933
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---

- name: reboot_windows
- name: reboot windows
ansible.windows.win_reboot:
reboot_timeout: 3600
1 change: 1 addition & 0 deletions tasks/cat2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@
when:
- wn10_00_000130
- win10stig_lengthy_search
- not win_skip_for_test
tags:
- WN10-00-000130
- CAT2
Expand Down
2 changes: 1 addition & 1 deletion tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# tags:
# - always

# Hvm is for amazon ami's, Hyper-V we have found for azure, kvm is used for ('QEMU', 'Amazon EC2', 'DigitalOcean', 'Google', 'Scaleway', 'Nutanix', 'KVM', 'KVM Server', 'Bochs', 'AHV')
# hvm is for amazon ami's, Hyper-V we have found for azure, kvm is used for ('QEMU', 'Amazon EC2', 'DigitalOcean', 'Google', 'Scaleway', 'Nutanix', 'KVM', 'KVM Server', 'Bochs', 'AHV')
# This list is not complete and will be updated as we try on more cloud based services.
# As of now testing is working in azure using Hyper-V. We are curently using this for reference:
# https://github.com/ansible/ansible/blob/905131fc76a07cf89dbc8d33e7a4910da3f10a16/lib/ansible/module_utils/facts/virtual/linux.py#L205
Expand Down

0 comments on commit 09f4933

Please sign in to comment.