diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-06-30 12:11:38 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-06-30 12:14:19 +0000 |
commit | 61ab27b054615d22042771b2e7deb47149356c87 (patch) | |
tree | 1baef33d0e9347482540b01ec3e9b9846c0ad2bc /fdio.infra.ansible/roles/performance_tuning | |
parent | 2fbf8376fbcca98346f83c9b78d4e6ab17d8987a (diff) |
fix(infra): Ansible bits
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ic7527b9e0adf3397542b02d809e2eb40e51d28cc
Diffstat (limited to 'fdio.infra.ansible/roles/performance_tuning')
-rw-r--r-- | fdio.infra.ansible/roles/performance_tuning/handlers/main.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fdio.infra.ansible/roles/performance_tuning/handlers/main.yaml b/fdio.infra.ansible/roles/performance_tuning/handlers/main.yaml index d2f8f5cb95..5a48fc37b4 100644 --- a/fdio.infra.ansible/roles/performance_tuning/handlers/main.yaml +++ b/fdio.infra.ansible/roles/performance_tuning/handlers/main.yaml @@ -1,12 +1,12 @@ --- -# file roles/performance_tuning/handlers/main.yaml +# file handlers/main.yaml - name: Update GRUB ansible.builtin.command: update-grub tags: - update-grub -- name: Reboot server +- name: Reboot Server ansible.builtin.reboot: reboot_timeout: 3600 tags: |