Skip to content

Commit

Permalink
fix(ansible): add quotes to source command
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Apr 13, 2024
1 parent a4b7e61 commit 70fef9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
- name: Create ShapeWorks Conda Env
ansible.builtin.shell: |
export PATH=/opt/conda/bin:$PATH
conda run /bin/bash -c source /opt/shapeworks/install_shapeworks.sh
conda run /bin/bash -c "source /opt/shapeworks/install_shapeworks.sh"
args:
executable: /bin/bash
become: true
Expand Down

0 comments on commit 70fef9e

Please sign in to comment.