Skip to content
Snippets Groups Projects
Commit 438d1f44 authored by godog's avatar godog
Browse files

init-credentials: relative symlink to secrets.yml

parent fb314b05
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
- name: Link secrets.yml from the vars directory
file:
src: "{{ credentials_dir }}/secrets.yml"
src: "../../credentials/secrets.yml"
dest: "{{ vars_dir }}/secrets.yml"
state: link
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment