]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Balance tags on <your_host 706/head
authorJohn Fulton <fulton@redhat.com>
Tue, 12 Apr 2016 02:25:53 +0000 (22:25 -0400)
committerJohn Fulton <fulton@redhat.com>
Tue, 12 Apr 2016 02:25:53 +0000 (22:25 -0400)
Third of occurrence of <your_host> 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/\<your_host\>/192.168.1.41/g -i cluster-maintenance.yml`.

cluster-maintenance.yml

index 3b7d2a9c6cac3df73acac87400eb184526adfc83..c559ed62f53e0d695ca4cd0c2de4ccf554821162 100644 (file)
@@ -27,7 +27,7 @@
 
   - name: Wait for the server to come up
     local_action: >
-      wait_for host=<your_host
+      wait_for host=<your_host>
       port=22
       delay=10
       timeout=3600