Fix mamba syntax
This commit is contained in:
@@ -107,4 +107,4 @@
|
|||||||
become_user: "{{ user.name }}"
|
become_user: "{{ user.name }}"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: "{{ miniforge_mamba_bin_path }} config --set auto_activate_base true"
|
cmd: "{{ miniforge_mamba_bin_path }} config set auto_activate_base true"
|
||||||
|
|||||||
Reference in New Issue
Block a user