Websoft9Archive / role_common

common role
Other
0 stars 5 forks source link

yum update with skip_broken #14

Closed chendelin1982 closed 3 years ago

chendelin1982 commented 3 years ago

Some time when exec upgrade, need to yum update with skip_broken.
Please modify the upgrade task

- name: System Upgrade
  yum: name=* state=latest skip_broken=yes
chendelin1982 commented 3 years ago

For the reason that we need to know the status of repos, so not need to use skip_broken