mirror of https://github.com/ceph/ceph-ansible.git
update: remove an old parameter in ceph_key module call
the `containerized` parameter in ceph_key module doesn't exist anymore. This was making the module failing but was hidden because of the `ignore_errors: True`. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3748/head
parent
b4f14aba8e
commit
32569b79e2
|
@ -214,7 +214,6 @@
|
|||
caps:
|
||||
mon: "allow profile {{ item.0 }}"
|
||||
cluster: "{{ cluster }}"
|
||||
containerized: "{{ 'docker exec ceph-mon-' + hostvars[item.1]['ansible_hostname'] if containerized_deployment else None }}"
|
||||
when:
|
||||
- cephx
|
||||
delegate_to: "{{ item.1 }}"
|
||||
|
|
Loading…
Reference in New Issue