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

need name: * to perform global upgrade

parent a794cd8d
No related branches found
No related tags found
1 merge request!335Version pinning and enableing the upgrade role to run at all times
......@@ -19,7 +19,7 @@
- name: yum upgrade
yum:
update_only: yes
name: '*'
state: latest
update_cache: yes
exclude: kernel*,mlnx-ofa_kernel*,kmod-lustre-client*
......@@ -31,7 +31,7 @@
- name: yum upgrade
yum:
update_only: yes
name: '*'
state: latest
update_cache: yes
exclude: kernel*,mlnx-ofa_kernel*,kmod-lustre-client*
......
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