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

WIP

parent 22c90ba3
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
- ansible - ansible
- netcat-openbsd - netcat-openbsd
- name: Install Ansible community.general
ansible.builtin.shell:
cmd: "ansible-galaxy collection install community.general"
- name: Check if go binary exists - name: Check if go binary exists
stat: stat:
path: "/opt/go/bin/go" path: "/opt/go/bin/go"
...@@ -109,5 +113,3 @@ ...@@ -109,5 +113,3 @@
ansible.builtin.shell: ansible.builtin.shell:
cmd: "git rev-parse HEAD > {{ geodns_config }}/revision" cmd: "git rev-parse HEAD > {{ geodns_config }}/revision"
chdir: "{{ mdxsaas_dir }}" chdir: "{{ mdxsaas_dir }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment