diff --git a/tasks/postinstall.yml b/tasks/postinstall.yml index 4ee51f7..e3765e6 100644 --- a/tasks/postinstall.yml +++ b/tasks/postinstall.yml @@ -2,9 +2,9 @@ - name: 'get current freqtrade version' - shell: /bin/bash -ic 'source .env/bin/activate; python3 -m freqtrade --version' + shell: /bin/bash -ic 'source .venv/bin/activate; python3 -m freqtrade --version' register: freqtrade_version args: chdir: "{{ freqtrade_installation_directory }}" -- debug: var=freqtrade_version.stdout \ No newline at end of file +- debug: var=freqtrade_version.stdout