Skip to content

Commit

Permalink
include installation
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Dec 7, 2016
1 parent e316f54 commit b1c5318
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@
- Separate install tasks
- Remove OS specific tasks
- Update documentation

## v1.2.1

- Include installation tasks
3 changes: 3 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.0
v1.2.1

0 comments on commit b1c5318

Please sign in to comment.