fix(packer): AWS images
[csit.git] / fdio.infra.ansible / roles / aws / handlers / main.yaml
1 ---
2 # file: roles/aws/handlers/main.yaml
3
4 - name: Reload systemd-modules
5   systemd:
6     name: "systemd-modules-load"
7     state: "restarted"
8   tags:
9     - reload-systemd-modules
10
11 - name: Update GRUB
12   ansible.builtin.command: update-grub
13   tags:
14     - update-grub
15
16 - name: Reboot Server
17   ansible.builtin.reboot:
18     reboot_timeout: 3600
19   tags:
20     - reboot-server