From d3d40e6695f1c0ecf8aacf88e5aaa20b2539a7c9 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Fri, 27 Jul 2018 11:52:30 +0200 Subject: [PATCH] correct indentation --- playbooks/use_vault.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/use_vault.yml b/playbooks/use_vault.yml index c3f8d2e..2df314e 100644 --- a/playbooks/use_vault.yml +++ b/playbooks/use_vault.yml @@ -17,5 +17,5 @@ (?i)password: "{{ password }}" register: output - name: Print output - debug: - msg: "{{ output }}" + debug: + var: output