Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Go get requires git installed for github repos

Cette révision appartient à :
tomleb 2017-05-14 22:59:28 -04:00
Parent b6c7955925
révision f40de4c8dc

Voir le fichier

@ -15,3 +15,12 @@
path: ~/.bashrc
regexp: 'export PATH='
line: 'export PATH=$PATH:/usr/local/go/bin'
- name: Install git for go get command
yum:
name: "{{ item }}"
state: present
become: true
with_items:
- git
- gcc