You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: topics/admin/tutorials/ansible-galaxy/tutorial.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -936,7 +936,7 @@ The configuration is quite simple thanks to the many sensible defaults that are
936
936
> `galaxy_client_use_prebuilt` | `true` | We are going to use a prebuilt client to save some time during this tutorial, if you want you can set it to false later and see how galaxy starts building the client itself.
937
937
> `miniconda_prefix` | {% raw %}`"{{ galaxy_tool_dependency_dir }}/_conda"`{% endraw %} | We will manually install conda as well. Normally Galaxy will attempt to auto-install this, but since we will set up a production-ready instance with multiple handlers, there is the chance that they can become deadlocked.
938
938
> `miniconda_version` | `25.3` | Install a specific miniconda version, the latest one at the time of writing that was tested and working.
939
-
> `miniconda_distribution` | `miniconda` | Install a specific distribution of miniconda, such as `miniforge` (default), `micromamba`, `miniconda` or `anaconda`. This determines the default value for the `miniconda_executable` (`mamba` for `miniforge`)
939
+
> `miniconda_distribution` | `miniforge` | Install a specific distribution of conda, see https://github.com/galaxyproject/ansible-miniconda for alternatives. This determines the default value for the `miniconda_executable` (`conda` for `miniforge`)
940
940
> `miniconda_channels` ` | `['conda-forge']` | Use the free and community-maintained `conda-forge` channel.
> {: data-commit="Configure miniconda and galaxy"}
972
+
> {: data-commit="Configure miniforge and galaxy"}
973
973
>
974
974
> > <tip-title>Following this training outside of a GAT course?</tip-title>
975
975
> > Consider updating the Galaxy Commit ID to the latest version of Galaxy available, this will probably give better results (given that dependencies are always updating) than using a potentially outdated version.
@@ -998,7 +998,7 @@ The configuration is quite simple thanks to the many sensible defaults that are
0 commit comments