From 118e90ede994a89c007cbe0ccd924f75df83a790 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 17 Nov 2021 10:29:55 +0100 Subject: [PATCH] Check if secrets are available. --- host.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/host.yaml b/host.yaml index 4fb2356..3c3422b 100644 --- a/host.yaml +++ b/host.yaml @@ -23,3 +23,6 @@ - debug: var=containers.stdout_lines - debug: var=mysql_user + + - debug: var=mysql_password + \ No newline at end of file