aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/performance_tuning/handlers/main.yaml
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2020-02-17 08:42:16 +0000
committerPeter Mikus <pmikus@cisco.com>2020-02-17 08:47:47 +0000
commitc8c28c8589091e8a65d3c60e17dfeb6e4c99c302 (patch)
tree10ace5ce20f2a7fc140152b0435f639e23c4dba2 /resources/tools/testbed-setup/ansible/roles/performance_tuning/handlers/main.yaml
parente8db3444e0025cb1d34952f4064ae391f94dd327 (diff)
Fix: Ansible minor bugs
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I804e78c3b8586dc9e9ca8b7cf4bf97d3744aeedc
Diffstat (limited to 'resources/tools/testbed-setup/ansible/roles/performance_tuning/handlers/main.yaml')
-rw-r--r--resources/tools/testbed-setup/ansible/roles/performance_tuning/handlers/main.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/resources/tools/testbed-setup/ansible/roles/performance_tuning/handlers/main.yaml b/resources/tools/testbed-setup/ansible/roles/performance_tuning/handlers/main.yaml
index 917856b7a0..fa2876b7ac 100644
--- a/resources/tools/testbed-setup/ansible/roles/performance_tuning/handlers/main.yaml
+++ b/resources/tools/testbed-setup/ansible/roles/performance_tuning/handlers/main.yaml
@@ -1,13 +1,13 @@
---
# file roles/performance_tuning/handlers/main.yaml
+- name: Update GRUB
+ command: update-grub
+ tags:
+ - update-grub
+
- name: Reboot server
reboot:
reboot_timeout: 3600
tags:
- reboot-server
-
-- name: Update GRUB
- command: update-grub
- tags:
- - update-grub