Skip to content
Snippets Groups Projects
Commit daf4c131 authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Fix typo

parent c0fad06e
No related branches found
No related tags found
1 merge request!49Fixes
Pipeline #21968 failed
......@@ -121,7 +121,7 @@
chdir: /tmp/evaluation_system
environment:
PYTHON3: "{{ ansible_python_interpreter }}"
EVALUATION_SYSTEM_CONFIG_FILE: "/tmp/evaluation_system/evaluation_system.conf"
EVALUATION_SYSTEM_CONFIG_FILE: "{{ core_root_dir }}/freva/evaluation_system.conf"
PYTHON_VERSION: ""
become: "{{'yes' if core_ansible_become_user is defined else 'no' }}"
- name: Copying Public key file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment