Fix a regression in the modern Conda initialization interface
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
- name: "Initialize Mamba/Conda ({{ user.name }})"
|
- name: "Initialize Mamba/Conda ({{ user.name }})"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: "{{ miniforge_mamba_bin_path }} init"
|
cmd: "{{ miniforge_mamba_bin_path }} shell init"
|
||||||
|
|
||||||
- name: "Check if Mamba has become available ({{ user.name }})"
|
- name: "Check if Mamba has become available ({{ user.name }})"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|||||||
Reference in New Issue
Block a user