From: Guillaume Abrioux Date: Wed, 20 Mar 2019 08:25:49 +0000 (+0100) Subject: update: remove an old parameter in ceph_key module call X-Git-Tag: v4.0.0rc1~25 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=32569b79e29ec7cde073a8dff9f586a91e50d8f1;p=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 --- diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index df294301f..1a1ed249a 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -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 }}"