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 }}"