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):
branch being used: devel
Ansible Version: 2.16
Host Python Version: n/a
Ansible Server Python Version: python 3.11
Additional Notes
None
Possible Solution
Include task for post.yml in tasks/main.yml
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