We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e316f54 commit b1c5318Copy full SHA for b1c5318
CHANGELOG.md
@@ -65,3 +65,7 @@
65
- Separate install tasks
66
- Remove OS specific tasks
67
- Update documentation
68
+
69
+## v1.2.1
70
71
+- Include installation tasks
tasks/main.yml
@@ -30,6 +30,9 @@
30
- name: Include OS-specific variables.
31
include_vars: "{{ ansible_os_family }}.yml"
32
33
+- name: Install specified packages
34
+ include: install.yml
35
36
- name: Enable non root mlock capability
37
command: "setcap cap_ipc_lock=+ep {{ vault_bin_path }}/vault"
38
version.txt
@@ -1 +1 @@
1
-v1.2.0
+v1.2.1
0 commit comments