Skip to content

Commit

Permalink
save galaxy version in file for triggering subdomains
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed Nov 26, 2024
1 parent 25fbabb commit 6cda87f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 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

0 comments on commit 6cda87f

Please sign in to comment.