diff --git a/ansible/tasks/sgx_setup.yml b/ansible/tasks/sgx_setup.yml index 9158459..0383c1c 100644 --- a/ansible/tasks/sgx_setup.yml +++ b/ansible/tasks/sgx_setup.yml @@ -1,4 +1,7 @@ --- - name: "Set WASM VM env. variable to SGX" - shell: "echo 'FAASM_WASM_VM=sgx' >> /home/{{ ansible_user }}/.bash_aliases" + shell: "echo 'export FAASM_WASM_VM=sgx' >> /home/{{ ansible_user }}/.bash_aliases" + +- name: "Set WASM VM env. variable to SGX" + shell: "echo 'export PATH=$PATH:/home/{{ ansible_user }}/.local/bin' >> /home/{{ ansible_user }}/.bash_aliases"