Skip to content

Commit cc1af28

Browse files
committed
git-gat knitting
1 parent 5a16d02 commit cc1af28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topics/admin/tutorials/ansible-galaxy/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ The configuration is quite simple thanks to the many sensible defaults that are
998998
> +++ b/group_vars/galaxyservers.yml
999999
> @@ -13,3 +13,17 @@ miniconda_prefix: "{{ galaxy_tool_dependency_dir }}/_conda"
10001000
> miniconda_version: 25.3
1001-
> miniconda_distribution: miniconda
1001+
> miniconda_distribution: miniforge
10021002
> miniconda_channels: ['conda-forge']
10031003
> +
10041004
> +galaxy_config:
@@ -2282,7 +2282,7 @@ Finally, we have explicitly mapped the `local` class of tools to run in the `loc
22822282
> --- a/group_vars/galaxyservers.yml
22832283
> +++ b/group_vars/galaxyservers.yml
22842284
> @@ -14,6 +14,24 @@ miniconda_version: 25.3
2285-
> miniconda_distribution: miniconda
2285+
> miniconda_distribution: miniforge
22862286
> miniconda_channels: ['conda-forge']
22872287
>
22882288
> +# Galaxy Job Configuration

0 commit comments

Comments
 (0)