Skip to content

Commit b450a85

Browse files
Fix tasks
1 parent d5e4791 commit b450a85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
when: kasm_exist.stdout == ""
99

1010
- include_tasks: persistent-storage.yml
11-
when: storage == "yes"
11+
when: persistent_storage
1212

1313
- include_tasks: show-creds.yml
14+
when: display_creds

0 commit comments

Comments
 (0)