Skip to content

Commit

Permalink
undo basename capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Feb 27, 2024
1 parent 3e608a2 commit 1828c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/conda_environment/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
mode: "0644"
register: _environment

- name: Install conda environment {{ environment_path | Basename }}
- name: Install conda environment {{ environment_path | basename }}
become: true
ansible.builtin.command:
cmd: "{{ miniforge_home }}/bin/mamba env update -f /opt/conda-environments/{{ environment_path | basename }} --prefix {{ miniforge_home }}/envs/{{ environment_path
Expand Down

0 comments on commit 1828c7b

Please sign in to comment.