docs: clarify skip_broken option in dnf/yum (#76038)

pull/76044/head
jaydesl 3 years ago committed by GitHub
parent 9a0fe18915
commit 4cf290918f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -109,7 +109,8 @@ options:
elements: str
skip_broken:
description:
- Skip packages with broken dependencies(devsolve) and are causing problems.
- Skip all unavailable packages or packages with broken dependencies
without raising an error. Equivalent to passing the --skip-broken option.
type: bool
default: "no"
version_added: "2.7"

@ -98,7 +98,8 @@ options:
version_added: "1.2"
skip_broken:
description:
- Skip packages with broken dependencies(devsolve) and are causing problems.
- Skip all unavailable packages or packages with broken dependencies
without raising an error. Equivalent to passing the --skip-broken option.
type: bool
default: "no"
version_added: "2.3"

Loading…
Cancel
Save