Skip to content

Commit ac53075

Browse files
committed
run mysql install during build
1 parent 2903550 commit ac53075

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ansible/fatimage.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@
5252
become: yes
5353
gather_facts: no
5454
tasks:
55-
# - import_playbook: slurm.yml
55+
# - import_playbook: slurm.yml:
56+
- name: Setup DB
57+
include_role:
58+
name: mysql
59+
tasks_from: install.yml
5660
- name: OpenHPC
5761
import_role:
5862
name: stackhpc.openhpc

0 commit comments

Comments
 (0)