]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
osd: copy openstack keys over to all mon
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 6 Jun 2018 17:13:18 +0000 (19:13 +0200)
committerSébastien Han <seb@redhat.com>
Thu, 7 Jun 2018 05:58:57 +0000 (13:58 +0800)
When configuring openstack, the created keyrings aren't copied over to
all monitors nodes.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1588093
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-osd/tasks/openstack_config.yml

index 1884a12e19e3e53ec13fc9c45de665e3a644675c..1ff42f16948251dc59debedf6772785020123a49 100644 (file)
@@ -82,4 +82,4 @@
   when:
     - cephx
     - openstack_config
-    - item.0 != groups[mon_group_name] | last
\ No newline at end of file
+    - item.0 != groups[mon_group_name]
\ No newline at end of file