Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix execution order and bump ansible galaxy #1021

Merged
merged 2 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ roles:
version: 0.14.0
- name: galaxyproject.galaxy
src: https://github.com/galaxyproject/ansible-galaxy
version: 0.10.16
version: 0.10.17
- name: galaxyproject.cvmfs
src: https://github.com/usegalaxy-eu/ansible-cvmfs
version: master
Expand Down
2 changes: 2 additions & 0 deletions sn06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@
galaxy_manage_static_setup: false
galaxy_manage_mutable_setup: false
galaxy_manage_database: false
galaxy_manage_themes: false
galaxy_manage_subdomain_static: false
galaxy_fetch_dependencies: false
galaxy_build_client: false
galaxy_manage_systemd: false # switch to gravity(?)
Expand Down