We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e4791 commit b450a85Copy full SHA for b450a85
tasks/main.yml
@@ -8,6 +8,7 @@
8
when: kasm_exist.stdout == ""
9
10
- include_tasks: persistent-storage.yml
11
- when: storage == "yes"
+ when: persistent_storage
12
13
- include_tasks: show-creds.yml
14
+ when: display_creds
0 commit comments