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

WIP

parent cf9556f6
Branches
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ with open(f"{sys.argv[1]}.yaml", "r") as yaml_doc:
new_config['data'][host] = {record: [address_config]}
try:
with open("revision", "r") as r:
with open("/tmp/mdx-saas-revision", "r") as r:
revision = r.read().strip()
new_config['data']['']['txt'] = [{ 'txt': f'{revision}' }]
except FileNotFoundError:
......
......@@ -14,5 +14,5 @@
- name: Write MDX-SAAS repo version
ansible.builtin.shell:
cmd: "git rev-parse HEAD > {{ geodns_config }}/revision"
cmd: "git rev-parse HEAD > /tmp/mdx-saas-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