Merge pull request #1168 from Logan2211/fix-mons-check

Fix the mons running check to use group name var
pull/1170/head
Sébastien Han 2016-12-08 21:15:13 +01:00 committed by GitHub
commit f7322baf54
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
failed_when: false
always_run: yes
register: ceph_current_fsid
delegate_to: "{{ groups.mons[0] }}"
delegate_to: "{{ groups[mon_group_name][0] }}"
- set_fact:
fsid: "{{ ceph_current_fsid.stdout }}"