From a91303a351227a06be05cf0ba1957805294575dc Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 19 May 2020 08:29:28 +0200 Subject: [PATCH] symlink molecule default scenario --- hooks/post_gen_project.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hooks/post_gen_project.sh b/hooks/post_gen_project.sh index 04de6a5..171aa4e 100644 --- a/hooks/post_gen_project.sh +++ b/hooks/post_gen_project.sh @@ -4,3 +4,5 @@ if hash git 2>/dev/null; then git init git remote add origin gitea@{{ cookiecutter.git_server }}/xoxys.{{ cookiecutter.role_name }}.git fi + +ln -s {{ molecule_scenario }}/default