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

fixed roles for mysql

parent 543d97db
No related branches found
No related tags found
1 merge request!293Ubuntu
...@@ -2,3 +2,10 @@ ...@@ -2,3 +2,10 @@
template: src=slurm.cnf.j2 dest=/etc/my.cnf.d/slurm.cnf template: src=slurm.cnf.j2 dest=/etc/my.cnf.d/slurm.cnf
become: true become: true
become_user: root 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