27 lines
650 B
YAML
27 lines
650 B
YAML
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
tags:
|
||
|
- classic
|
||
|
required_packages:
|
||
|
- ibus
|
||
|
- ibus-table
|
||
|
- ibus-table-chinese
|
||
|
- ibus-table-chinese-array
|
||
|
- ibus-table-chinese-cangjie
|
||
|
- ibus-table-chinese-cantonese
|
||
|
- ibus-table-chinese-cantonyale
|
||
|
- ibus-table-chinese-easy
|
||
|
- ibus-table-chinese-erbi
|
||
|
- ibus-table-chinese-quick
|
||
|
- ibus-table-chinese-scj
|
||
|
- ibus-table-chinese-stroke5
|
||
|
- ibus-table-chinese-wu
|
||
|
- ibus-table-chinese-wubi-haifeng
|
||
|
- ibus-table-chinese-wubi-jidian
|
||
|
- ibus-table-chinese-yong
|
||
|
tests:
|
||
|
- simple:
|
||
|
dir: scripts
|
||
|
run: bash run.sh
|