Fabian Peter Hammerle hace 8 años
commit
11b7383490
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      tasks/main.yml

+ 5 - 0
tasks/main.yml

@@ -0,0 +1,5 @@
+- name: install git
+  apt:
+    name: git
+    state: present
+  become: yes