From c58c3d86331891f91cafe512bfcdab44981ca606 Mon Sep 17 00:00:00 2001 From: dweinholz Date: Fri, 1 Sep 2023 10:23:53 +0200 Subject: [PATCH] fixed existing content --- plays/setup_client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plays/setup_client.yml b/plays/setup_client.yml index e63e0d1..e4fb3de 100644 --- a/plays/setup_client.yml +++ b/plays/setup_client.yml @@ -132,7 +132,7 @@ path: "{{ client.REPO_PATH }}/.env" insertafter: "" line: "{{ existing_content.content | b64decode | string }}" - when: existing_content + when: existing_content is defined tags: always # Start - name: Start client docker container without bibigrid