File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v2
18
18
- name : Install ansible lint tools
19
19
run : sudo apt update; sudo apt install ansible
20
+ - name : install package
21
+ run : sudo apt update; sudo apt install mariadb-server
22
+ - name : install package
23
+ run : sudo apt update; sudo apt install python3-mysqldb
24
+ - name : install package
25
+ run : sudo apt update; sudo apt install mycli
20
26
- name : Setup the hosts file
21
27
working-directory : ./icpc-wf/ansible
22
28
run : sed -i 's/\[${{ matrix.role }}\]/[removed]/g' hosts; printf '\n[${{ matrix.role }}]\ngithub-action\tansible_host=localhost ansible_connection=local' >> hosts
Original file line number Diff line number Diff line change 24
24
tags : domjudge_user
25
25
- role : ssh
26
26
tags : ssh
27
- # - role: mysql_server
28
- # tags: mysql_server
27
+ - role : mysql_server
28
+ tags : mysql_server
29
29
# - role: domjudge_checkout
30
30
# tags: domjudge_checkout
31
31
# - role: domjudge_build
You can’t perform that action at this time.
0 commit comments