From 313b18faf3b77bf7dbda2cc57057d73891df1eaa Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 14 Apr 2020 13:58:46 +0200 Subject: [PATCH] Add vars debug too --- plays/commonlib/vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/plays/commonlib/vars.yml b/plays/commonlib/vars.yml index 86414ef..c77c35b 100644 --- a/plays/commonlib/vars.yml +++ b/plays/commonlib/vars.yml @@ -65,4 +65,5 @@ with_items: - "{{ config }}" - "{{ dokku }}" + - "{{ vars }}" when: debug is defined and debug == true