From e6e1c3af13536a8d9303855f37bfb2d974e14a03 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 9 Jul 2020 07:53:31 -0400 Subject: [PATCH] tripleo_states: add missing space add missing space so the output ~~~~ is aligned with the rest. Change-Id: I95fd1fa07ffe6824886946d44b488d93b3e52d55 (cherry picked from commit abb6ac61774dbb2faa92499280e8c9a167c0d7cd) --- tripleo_ansible/ansible_plugins/callback/tripleo_states.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo_ansible/ansible_plugins/callback/tripleo_states.py b/tripleo_ansible/ansible_plugins/callback/tripleo_states.py index 7e2230c4c..af88709fc 100644 --- a/tripleo_ansible/ansible_plugins/callback/tripleo_states.py +++ b/tripleo_ansible/ansible_plugins/callback/tripleo_states.py @@ -54,7 +54,7 @@ class CallbackModule(CallbackBase): self._output( '~~~~~~~~~~~~~~~~~~' - 'Number of nodes which did not deploy successfully: {} ' + ' Number of nodes which did not deploy successfully: {} ' '~~~~~~~~~~~~~~~~~'.format(len(nodes_to_redeploy))) nodes_to_redeploy_list = ", ".join(nodes_to_redeploy) fail_msg = ' This or these node(s) failed to deploy: ' + \