galaxyproject / ansible-slurm

Ansible role for installing and managing the Slurm Workload Manager
86 stars 47 forks source link

Add debian Buster support #15

Open roumano opened 3 years ago

roumano commented 3 years ago

Please see my pull request https://github.com/galaxyproject/ansible-slurm/pull/12

Maybe, my change on systemd service can also be use on other OS but as i'm not sure, i have add this when condition

  when: ansible_distribution == 'Debian'