We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c5318 commit 5228c69Copy full SHA for 5228c69
CHANGELOG.md
@@ -69,3 +69,7 @@
69
## v1.2.1
70
71
- Include installation tasks
72
+
73
+## v1.2.2
74
75
+- Fix variable name
tasks/install.yml
@@ -31,7 +31,7 @@
31
- name: Unarchive vault
32
become: no
33
connection: local
34
- unarchive: "src={{ role_path }}/files/{{ vault_pkg }} dest={{ role_epath }}/files/ creates={{ role_path }}/files/vault"
+ unarchive: "src={{ role_path }}/files/{{ vault_pkg }} dest={{ role_path }}/files/ creates={{ role_path }}/files/vault"
35
run_once: true
36
tags: installation
37
version.txt
@@ -1 +1 @@
1
-v1.2.1
+v1.2.2
0 commit comments