Skip to content
Snippets Groups Projects
Commit 44d017d4 authored by Trung Nguyen's avatar Trung Nguyen
Browse files

Merge branch '90-network' into 'master'

lustre upgrade role

See merge request hpc-team/ansible_cluster_in_a_box!269
parents 0b85fdc9 002732e8
No related branches found
No related tags found
1 merge request!269lustre upgrade role
---
- name: ensure a list of packages installed
yum:
name: "{{ packages }}"
state: latest
vars:
packages:
- lustre-client
- kmod-lustre-client
become: true
become_user: root
- name: Unconditionally reboot the machine with all defaults
reboot:
become: true
become_user: root
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