Fix a regression in the modern Conda initialization interface

This commit is contained in:
Alexander Gorelyshev
2026-05-19 16:45:46 +04:00
parent b650f1edbc
commit 333adfbb6a

View File

@@ -41,7 +41,7 @@
- name: "Initialize Mamba/Conda ({{ user.name }})"
changed_when: false
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 }})"
changed_when: false