Merge pull request #1257 from clwells/rgw-restart-handler

Use ansible_hostname instead of ansible_host in handler
pull/1204/merge
Sébastien Han 2017-01-30 14:38:35 +01:00 committed by GitHub
commit 837ca9eaff
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
- name: restart rgw - name: restart rgw
service: service:
name: ceph-radosgw@rgw.{{ ansible_host }} name: ceph-radosgw@rgw.{{ ansible_hostname }}
state: restarted state: restarted