consul was moved to community

This commit is contained in:
John Shuping 2016-08-28 12:23:52 -04:00
parent df8b2a6188
commit aca85fb3ee

View file

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