You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a way to exclude repositories from the update via a disablerepos
field in the inventory (or a --disablerepo CLI flag), and restore the
previous yum_update() behavior where --enablerepo only enables extra
repositories instead of disabling all others.
Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
> *`disabled_repositories` disables one or more repositories during the update. It can be set under `default` or overridden per host, and can also be passed with the `-x/--disablerepo` flag.
703
+
> *`*` as a repository value disables **all** repositories (e.g. `disabled_repositories = ["*"]`).
700
704
>
701
705
> * When `--inventory` flag is present, repos passed to `-e` flag won't be considered.
0 commit comments