Skip to content

Commit

Permalink
fixed existing content
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Sep 1, 2023
1 parent 38f4bb3 commit c58c3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plays/setup_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c58c3d8

Please sign in to comment.