From b1c53182ab3cf08ae80b7560266d0384233de247 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Wed, 7 Dec 2016 09:14:22 -0500 Subject: [PATCH] include installation --- CHANGELOG.md | 4 ++++ tasks/main.yml | 3 +++ version.txt | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaffe820..ef2b1183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,3 +65,7 @@ - Separate install tasks - Remove OS specific tasks - Update documentation + +## v1.2.1 + +- Include installation tasks diff --git a/tasks/main.yml b/tasks/main.yml index 97a49ec7..c8b74a77 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -30,6 +30,9 @@ - name: Include OS-specific variables. include_vars: "{{ ansible_os_family }}.yml" +- name: Install specified packages + include: install.yml + - name: Enable non root mlock capability command: "setcap cap_ipc_lock=+ep {{ vault_bin_path }}/vault" diff --git a/version.txt b/version.txt index 79127d85..6a5e98a7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.2.0 +v1.2.1