build terraform from src

This commit is contained in:
John Shuping 2016-08-29 09:35:18 -04:00
parent aca85fb3ee
commit 3bd0eb9a3b
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,3 @@
---
dependencies:
- { role: golang }

View file

@ -5,9 +5,10 @@
- name: Install consul
pacman: name=consul state=present
- name: Install vault
- name: Install vault and terraform
aur: name={{ item }} user={{ user.name }}
with_items:
- vault-bin
- terraform
tags:
- aur