From 6cda87f76feb798f9ce63a020212d4d8c8baa867 Mon Sep 17 00:00:00 2001 From: Mira Kuntz Date: Tue, 26 Nov 2024 10:40:08 +0100 Subject: [PATCH] save galaxy version in file for triggering subdomains --- sn06.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sn06.yml b/sn06.yml index 6698a5b8d..41f12e838 100644 --- a/sn06.yml +++ b/sn06.yml @@ -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 }}"