(cherry picked from commit 2cc848fe1a
)
Co-authored-by: Felix Fontein <felix@fontein.de>
pull/2537/head
parent
76cf21a05b
commit
28caeff7bd
|
@ -24,7 +24,7 @@
|
|||
register: lock_all_packages
|
||||
|
||||
- name: Update all packages
|
||||
command: yum update --setopt=obsoletes=0
|
||||
command: yum update --assumeyes --setopt=obsoletes=0
|
||||
register: update_all_locked_packages
|
||||
changed_when:
|
||||
- '"No packages marked for update" not in update_all_locked_packages.stdout'
|
||||
|
|
Loading…
Reference in New Issue