Skip to content

Commit

Permalink
goddbye include
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Oct 22, 2016
1 parent 23d2a31 commit 6192fab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@
- Correct URL in docs
- Remove vars dir
- Enable download once / copy many install

# v1.0.5

- Remove unnecessary include
3 changes: 0 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.4
v1.0.5

0 comments on commit 6192fab

Please sign in to comment.