Skip to content

Commit

Permalink
Merge pull request #97 from pneerincx/small_updates
Browse files Browse the repository at this point in the history
Small updates
  • Loading branch information
scimerman authored May 23, 2023
2 parents f5b32d7 + 994fb2a commit 4d4fd0a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ skip_list:
- 'package-latest' # "Package installs should not use latest (403)."
- 'meta-no-info' # "No 'galaxy_info' found in meta/main.yml of a role (701)."
- 'experimental' # All rules tagged as experimental.
- 'var-naming[no-role-prefix]' # Temporarily disable this new check: will be fixed in a dedicated PR.
...
2 changes: 1 addition & 1 deletion group_vars/fender_cluster/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stack_prefix: 'fd'
#
lua_version: '5.1.4.9'
lmod_version: '7.8.8'
easybuild_version: '4.6.2'
easybuild_version: '4.7.1'
extra_easyconfigs_version: 1.0
extra_easyconfigs_repository: 'take-it-easyconfigs'
#
Expand Down
2 changes: 1 addition & 1 deletion group_vars/gearshift_cluster/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stack_prefix: 'gs'
#
lua_version: '5.1.4.9'
lmod_version: '7.8.8'
easybuild_version: '4.6.2'
easybuild_version: '4.7.1'
extra_easyconfigs_version: 1.0
extra_easyconfigs_repository: 'take-it-easyconfigs'
#
Expand Down
2 changes: 1 addition & 1 deletion group_vars/hyperchicken_cluster/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stack_prefix: 'hc'
#
lua_version: '5.1.4.9'
lmod_version: '7.8.8'
easybuild_version: '4.6.2'
easybuild_version: '4.7.1'
extra_easyconfigs_version: 1.0
extra_easyconfigs_repository: 'take-it-easyconfigs'
#
Expand Down
2 changes: 1 addition & 1 deletion group_vars/nibbler_cluster/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stack_prefix: 'nb'
#
lua_version: '5.1.4.9'
lmod_version: '7.8.8'
easybuild_version: '4.6.2'
easybuild_version: '4.7.1'
extra_easyconfigs_version: 1.0
extra_easyconfigs_repository: 'take-it-easyconfigs'
#
Expand Down
2 changes: 1 addition & 1 deletion group_vars/talos_cluster/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stack_prefix: 'tl'
#
lua_version: '5.1.4.9'
lmod_version: '7.8.8'
easybuild_version: '4.6.2'
easybuild_version: '4.7.1'
extra_easyconfigs_version: 1.0
extra_easyconfigs_repository: 'take-it-easyconfigs'
#
Expand Down

0 comments on commit 4d4fd0a

Please sign in to comment.