ansible-lockdown / Windows-2022-CIS

CIS Baseline Ansible Role for Windows 2022
MIT License
71 stars 30 forks source link

Post.yml does not run #46

Closed mfortin closed 2 months ago

mfortin commented 2 months ago

Describe the Issue The role handlers sets a reboot, but the reboot action should happen in the post action (along with flush_handlers) but this section is not included in the main.yml file.

Expected Behavior Instance should reboot if required.

Actual Behavior Instance does not reboot when required.

Control(s) Affected None

Environment (please complete the following information):

Additional Notes None

Possible Solution Include task for post.yml in tasks/main.yml

mfortin commented 2 months ago

merged, thanks!