summaryrefslogtreecommitdiffstats
path: root/deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml')
-rw-r--r--deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml b/deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml
index d53f5bd2..2ee501ad 100644
--- a/deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml
+++ b/deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml
@@ -41,4 +41,7 @@
connect_timeout: 5
state: started
with_items: "{{ hostnames_for_reboot }}"
+
+ - name: Sleep for some time to let services start up in time
+ shell: "sleep 60"
when: "disable_yum_update_and_reboot is undefined or not (disable_yum_update_and_reboot | bool)"