From: John Fulton Date: Tue, 12 Apr 2016 02:25:53 +0000 (-0400) Subject: 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`. --- 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