From 6192fabde502581a81e0df5d5732e2d104463c5f Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Sat, 22 Oct 2016 12:19:21 -0400 Subject: [PATCH] goddbye include --- CHANGELOG.md | 4 ++++ tasks/main.yml | 3 --- version.txt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae74ba42..31cc0dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,3 +22,7 @@ - Correct URL in docs - Remove vars dir - Enable download once / copy many install + +# v1.0.5 + +- Remove unnecessary include diff --git a/tasks/main.yml b/tasks/main.yml index 3cfe0eb1..8b87a354 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,9 +7,6 @@ - name: "Add Vault user" user: name=vault comment="Vault user" uid=1043 group=bin -- name: "Distribution specific variables" - include_vars: main.yml - - name: "CentOS tasks" include: CentOS.yml when: ansible_distribution == "CentOS" diff --git a/version.txt b/version.txt index 3e7bcf08..80e0d762 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.0.4 +v1.0.5