From 68460cf3845064ba9ce1275704e73e8862f20986 Mon Sep 17 00:00:00 2001 From: John Fulton Date: Mon, 11 Apr 2016 22:25:53 -0400 Subject: [PATCH] Balance tags on didn't have a closing tag. This is a tiny change to add the he missing '>'. This will let people quickly update this file with sed. For example: `sed s/\/192.168.1.41/g -i cluster-maintenance.yml`. --- cluster-maintenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-maintenance.yml b/cluster-maintenance.yml index 3b7d2a9c6..c559ed62f 100644 --- a/cluster-maintenance.yml +++ b/cluster-maintenance.yml @@ -27,7 +27,7 @@ - name: Wait for the server to come up local_action: > - wait_for host= port=22 delay=10 timeout=3600 -- 2.39.5