Skip to content

Commit

Permalink
fix: consolidate ansible playbook steps
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Apr 13, 2024
1 parent 5b0bf47 commit 56f62ff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,8 @@
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -o /tmp/Miniconda3-latest-Linux-x86_64.sh
chmod 777 /tmp/Miniconda3-latest-Linux-x86_64.sh
/tmp/Miniconda3-latest-Linux-x86_64.sh -b -f -p /opt/conda
become: true
become_user: root
- name: Update Conda
ansible.builtin.shell: |
conda update -n base -c defaults conda
conda install pip
echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc
conda run /bin/bash -c
become: true
become_user: root
- name: Create ShapeWorks Conda Env
Expand Down

0 comments on commit 56f62ff

Please sign in to comment.