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

deleting outdated role

parent 0cef3c61
No related branches found
No related tags found
1 merge request!564deleting outdated 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
register: update_done
- name: reboot the machine if an upgrade occured
reboot:
when: update_done.changed
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