Skip to content
Snippets Groups Projects
Commit 7c74857c authored by Martin van Es's avatar Martin van Es
Browse files

WIP

parent 0de5dc23
No related branches found
No related tags found
No related merge requests found
...@@ -105,4 +105,10 @@ ...@@ -105,4 +105,10 @@
version: "{{ mdxsaas_version }}" version: "{{ mdxsaas_version }}"
register: mdxsaas_git register: mdxsaas_git
- name: Write MDX-SAAS repo version
ansible.builtin.command:
cmd: "git rev-parse HEAD > revision"
chdir: "{{ mdxsaas_dir }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment