FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Add rocky and prepare for RHEL8

Merged Gwen Dawes requested to merge add_rocky into master
10 files
+ 139
6
Compare changes
  • Side-by-side
  • Inline
Files
10
---
- name: "Include OS-specific lustre repo configuration tasks"
include_tasks: "install-repo-{{ ansible_os_family }}.yml"
include_tasks: "install-repo-{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml"
- name: "Install Lustre client packages"
yum:
Loading