From 9a5801f43407af6c32e64d9425636812c2b2c152 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Wed, 15 Feb 2017 18:49:26 +0300 Subject: [PATCH] contgrats fix in update-users #243 --- users.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/users.yml b/users.yml index c9837a2..5958522 100644 --- a/users.yml +++ b/users.yml @@ -202,7 +202,10 @@ with_items: "{{ users }}" post_tasks: - - debug: msg="{{ congrats.split('\n') }}" + - debug: + msg: + - "{{ congrats.common.split('\n') }}" + - " {{ congrats.p12_pass }}" tags: always handlers: