From: Guillaume Abrioux Date: Wed, 20 Mar 2019 18:11:32 +0000 (+0100) Subject: update: show all daemons version at the end X-Git-Tag: v4.0.0rc1~14 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0ea0adf03907fc3b0edf9cfcc20a523c4be69042;p=ceph-ansible.git update: show all daemons version at the end Let's display all daemons version at the end of the playbook. Signed-off-by: Guillaume Abrioux --- diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 994bc051a..dc557b716 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -855,4 +855,10 @@ - name: show ceph status command: "{{ docker_exec_cmd_status|default('') }} ceph --cluster {{ cluster }} -s" + run_once: True + delegate_to: "{{ groups[mon_group_name][0] }}" + + - name: show all daemons version + command: "{{ docker_exec_cmd_status|default('') }} ceph --cluster {{ cluster }} versions" + run_once: True delegate_to: "{{ groups[mon_group_name][0] }}"