From aca85fb3ee512ecd2f06646cca691cc509e16620 Mon Sep 17 00:00:00 2001 From: John Shuping Date: Sun, 28 Aug 2016 12:23:52 -0400 Subject: [PATCH] consul was moved to community --- roles/hashicorp/tasks/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/hashicorp/tasks/main.yml b/roles/hashicorp/tasks/main.yml index ba4b598..c6b5c8a 100644 --- a/roles/hashicorp/tasks/main.yml +++ b/roles/hashicorp/tasks/main.yml @@ -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