Skip to content

Commit b1c5318

Browse files
committed
include installation
1 parent e316f54 commit b1c5318

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,7 @@
6565
- Separate install tasks
6666
- Remove OS specific tasks
6767
- Update documentation
68+
69+
## v1.2.1
70+
71+
- Include installation tasks

tasks/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
- name: Include OS-specific variables.
3131
include_vars: "{{ ansible_os_family }}.yml"
3232

33+
- name: Install specified packages
34+
include: install.yml
35+
3336
- name: Enable non root mlock capability
3437
command: "setcap cap_ipc_lock=+ep {{ vault_bin_path }}/vault"
3538

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2.0
1+
v1.2.1

0 commit comments

Comments
 (0)