2022-11-03 11:08:44 +08:00
|
|
|
- pause:
|
|
|
|
prompt: |
|
2022-11-03 16:56:30 +08:00
|
|
|
Choice WordPress Solution:
|
2022-11-03 11:08:44 +08:00
|
|
|
0: default
|
2022-11-03 16:56:30 +08:00
|
|
|
1: multisite
|
|
|
|
2: Avada Theme
|
|
|
|
3: Porto Theme
|
|
|
|
4: The7 Theme
|
|
|
|
5: Divi Theme
|
2022-11-03 11:08:44 +08:00
|
|
|
private: no
|
|
|
|
Default:0
|
2022-11-03 16:56:30 +08:00
|
|
|
register: wordpress_solution_selected
|
2022-11-03 11:08:44 +08:00
|
|
|
|
|
|
|
- set_fact:
|
2022-11-03 16:56:30 +08:00
|
|
|
wordpress_solution_option:
|
2022-11-03 11:08:44 +08:00
|
|
|
"0": ""
|
2022-11-03 16:56:30 +08:00
|
|
|
"1": "multisite"
|
|
|
|
"2": "avada"
|
|
|
|
"3": "porto"
|
|
|
|
"4": "the7"
|
|
|
|
"5": "divi"
|
2022-11-03 11:08:44 +08:00
|
|
|
|
|
|
|
- set_fact:
|
2022-11-03 16:56:30 +08:00
|
|
|
wordpress_solution: "{{wordpress_solution_option[wordpress_solution_selected.user_input]}}"
|
2022-11-03 11:08:44 +08:00
|
|
|
|
|
|
|
- debug:
|
2022-11-03 16:56:30 +08:00
|
|
|
msg: "WordPress Solution is {{wordpress_solution}}"
|