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

WIP

parent 4fdc018a
Branches
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
- netcat-openbsd
- name: Install Ansible community.general
ansible.builtin.shell:
shell:
cmd: "ansible-galaxy collection install community.general"
- name: Check if go binary exists
......@@ -84,7 +84,7 @@
- "enable geodns job"
- name: Run GeoDns config job once
ansible.builtin.command:
command:
cmd: "/opt/geodns/config/geoconfig.py {{ tld }}"
chdir: "{{ geodns_config }}"
......
......@@ -13,6 +13,6 @@
register: mdxsaas_git
- name: Write MDX-SAAS repo version
ansible.builtin.shell:
shell:
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