mirror of https://github.com/ceph/ceph-ansible.git
osd: copy openstack keys over to all mon
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>pull/2733/head
parent
232a16d77f
commit
433ecc7cbc
|
@ -82,4 +82,4 @@
|
||||||
when:
|
when:
|
||||||
- cephx
|
- cephx
|
||||||
- openstack_config
|
- openstack_config
|
||||||
- item.0 != groups[mon_group_name] | last
|
- item.0 != groups[mon_group_name]
|
Loading…
Reference in New Issue