mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-27 13:08:39 +08:00
20 lines
420 B
YAML
20 lines
420 B
YAML
|
- pause:
|
||
|
prompt: |
|
||
|
Choice WordPress Solution:
|
||
|
0: default
|
||
|
1: HP(高性能)
|
||
|
private: no
|
||
|
Default:0
|
||
|
register: wordpress_solution_selected
|
||
|
|
||
|
- set_fact:
|
||
|
wordpress_solution_option:
|
||
|
"0": ""
|
||
|
"1": "hp"
|
||
|
|
||
|
- set_fact:
|
||
|
wordpress_solution: "{{wordpress_solution_option[wordpress_solution_selected.user_input]}}"
|
||
|
|
||
|
- debug:
|
||
|
msg: "WordPress Solution is {{wordpress_solution}}"
|