]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
update: remove an old parameter in ceph_key module call
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 20 Mar 2019 08:25:49 +0000 (09:25 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 25 Mar 2019 20:02:56 +0000 (16:02 -0400)
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>
infrastructure-playbooks/rolling_update.yml

index df294301fb6d1dc62e23c71dc983f05e1aba0fa0..1a1ed249a8aa706dbf431518869d6b2993799eff 100644 (file)
         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 }}"