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.yaml2
1 files changed, 1 insertions, 1 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 2ee501ad..c49bcc9d 100644
--- a/deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml
+++ b/deployment/playbooks/roles/yum-update-and-reboot/tasks/main.yaml
@@ -37,7 +37,7 @@
host: "{{ item }}"
port: 22
delay: 0
- timeout: 180
+ timeout: 360
connect_timeout: 5
state: started
with_items: "{{ hostnames_for_reboot }}"