Skip to content

Commit 5228c69

Browse files
committed
Fix variable
1 parent b1c5318 commit 5228c69

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@
6969
## v1.2.1
7070

7171
- Include installation tasks
72+
73+
## v1.2.2
74+
75+
- Fix variable name

tasks/install.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- name: Unarchive vault
3232
become: no
3333
connection: local
34-
unarchive: "src={{ role_path }}/files/{{ vault_pkg }} dest={{ role_epath }}/files/ creates={{ role_path }}/files/vault"
34+
unarchive: "src={{ role_path }}/files/{{ vault_pkg }} dest={{ role_path }}/files/ creates={{ role_path }}/files/vault"
3535
run_once: true
3636
tags: installation
3737

version.txt

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

0 commit comments

Comments
 (0)