Skip to content

Commit

Permalink
Merge pull request #1363 from mira-miracoli/fix-subdomain-sep
Browse files Browse the repository at this point in the history
save galaxy version in file for triggering subdomains
  • Loading branch information
mira-miracoli authored Nov 26, 2024
2 parents 25fbabb + a1d1c6b commit 52eeeaf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion sn06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@
selinux:
state: disabled
post_tasks:
- name: Write Galaxy __galaxy_client_build_version and __galaxy_current_commit_id
delegate_to: 127.0.0.1
ansible.builtin.copy:
content: |
client_build_version={{ __galaxy_client_build_version }}
current_commit_id={{ __galaxy_current_commit_id }}
dest: "{{ playbook_dir }}/galaxy_update.properties"
- name: Append some users to the systemd-journal group
user:
name: "{{ item }}"
Expand Down Expand Up @@ -238,7 +245,7 @@
galaxy_manage_static_setup: true
galaxy_manage_mutable_setup: true
galaxy_manage_database: true
galaxy_manage_subdomain_static: false
galaxy_manage_subdomain_static: true
galaxy_manage_host_filters: false # test when themes work
galaxy_manage_systemd: false # switch to gravity(?)
galaxy_manage_gravity: false
Expand Down

0 comments on commit 52eeeaf

Please sign in to comment.