From 0ea0adf03907fc3b0edf9cfcc20a523c4be69042 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 20 Mar 2019 19:11:32 +0100 Subject: [PATCH] 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 --- infrastructure-playbooks/rolling_update.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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] }}" -- 2.39.5