mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
Create test.yml
This commit is contained in:
parent
b35d4bb25d
commit
27959cac11
1 changed files with 15 additions and 0 deletions
15
apps/roles/discuzq/tests/test.yml
Normal file
15
apps/roles/discuzq/tests/test.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
- pause:
|
||||
prompt: |
|
||||
[Discuzq Version] Choice Discuzq version?
|
||||
0: latest
|
||||
1: 3.1
|
||||
Default is 0
|
||||
register: version_options
|
||||
|
||||
- debug:
|
||||
msg: "Your selected version is {{ version_options}}"
|
||||
vars:
|
||||
discuzq_version: "{{ (desktop_options.user_input is truthy) | ternary(desktop_options.user_input, '0') }}"
|
||||
|
||||
- debug:
|
||||
msg: "install discuzq version is {{ discuzq_version }}"
|
Loading…
Reference in a new issue