From 65190ab1f7285878eb6bf325a43e6752c854be85 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 9 May 2022 19:21:47 +0200 Subject: [PATCH] Really fix the link. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index f9a9f9c..b8eb14e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -49,7 +49,7 @@ - name: Create a link to the correct place file: - src: '/opt/{{ opensearch_filename }}' + src: '/opt/{{ opensearch_versioned }}' dest: '{{ opensearch_base_install_dir }}' state: link