Skip to content
Snippets Groups Projects
Commit adc064ce authored by Jafar Lie's avatar Jafar Lie
Browse files

fixed roles for mysql

Former-commit-id: 893ff104
parent aece209f
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,10 @@
template: src=slurm.cnf.j2 dest=/etc/my.cnf.d/slurm.cnf
become: true
become_user: root
when: ansible_os_family == "RedHat"
- name: "Copy slurm db tuning config"
template: src=slurm.cnf.j2 dest=/etc/mysql/mariadb.conf.d/slurm.cnf
become: true
become_user: root
when: ansible_os_family == "Debian"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment