Skip to content
Snippets Groups Projects
Commit 412bdf48 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

fixing lint and deprecated errors

Former-commit-id: 789d3389
parent e4029780
No related branches found
No related tags found
No related merge requests found
......@@ -18,23 +18,24 @@
- include: createSlurmDirectories.yml
- name: install deps
yum: name={{ item }} state=present
with_items:
- perl
- perl-DBI
- openssl-devel
- gcc
- rpm-build
- wget
- openssl-devel
- readline-devel
- pam-devel
- perl-ExtUtils-MakeMaker
- bzip2-devel
- hwloc
- hwloc-devel
- lua
- lua-devel
package:
state: present
name:
- perl
- perl-DBI
- openssl-devel
- gcc
- rpm-build
- wget
- openssl-devel
- readline-devel
- pam-devel
- perl-ExtUtils-MakeMaker
- bzip2-devel
- hwloc
- hwloc-devel
- lua
- lua-devel
become: true
when: ansible_os_family == "RedHat"
......
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