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

Move Ansible community.general to base

parent 1e9e359a
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,8 @@ ...@@ -5,3 +5,8 @@
state: present state: present
name: name:
- git - git
- name: Install Ansible community.general
shell:
cmd: "ansible-galaxy collection install community.general"
...@@ -5,10 +5,6 @@ ...@@ -5,10 +5,6 @@
name: name:
- netcat-openbsd - netcat-openbsd
- name: Install Ansible community.general
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment