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 991b1ad commit 6821ec7Copy full SHA for 6821ec7
tasks/main.yml
@@ -7,4 +7,7 @@
7
- include_tasks: install-kasm.yml
8
when: kasm_exist.stdout == ""
9
10
+- include_tasks: persistent-storage.yml
11
+ when: storage == "yes"
12
+
13
- include_tasks: show-creds.yml
0 commit comments