Skip to content
Snippets Groups Projects
Commit 90fb7d1d authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Install slurm pkgs in slurm_client role

parent f9203076
No related branches found
No related tags found
1 merge request!35Fix knightly pipeline
...@@ -3,3 +3,4 @@ ...@@ -3,3 +3,4 @@
zsh_src_url: "https://www.zsh.org/pub/old/zsh-{{ zsh_ver }}.tar.xz" zsh_src_url: "https://www.zsh.org/pub/old/zsh-{{ zsh_ver }}.tar.xz"
yum_repo_files: [] yum_repo_files: []
pkg_list: [] pkg_list: []
slurm_version: 18.08.9
--- ---
- name: Install slurm packages
ansible.builtin.yum:
name: "{{ item }}"
state: present
loop:
- munge
- "slurm-client-{{ slurm_version }}"
- name: Create slurm group - name: Create slurm group
ansible.builtin.group: ansible.builtin.group:
name: slurm name: slurm
......
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