]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Use hostname instead of host (host can be an IP) and hostname matches the default... 1257/head
authorChris Wells <chris@nexcess.net>
Sat, 28 Jan 2017 18:09:03 +0000 (13:09 -0500)
committerChris Wells <chris@nexcess.net>
Sat, 28 Jan 2017 18:09:03 +0000 (13:09 -0500)
roles/ceph-rgw/handlers/main.yml

index 3955c8243f92c03de39feba4b18d869c6a9e830c..b50b7729f9af2657ec089ae994693d854aa08ba4 100644 (file)
@@ -4,5 +4,5 @@
 
 - name: restart rgw
   service:
-    name: ceph-radosgw@rgw.{{ ansible_host }}
+    name: ceph-radosgw@rgw.{{ ansible_hostname }}
     state: restarted