mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
docs: clarify skip_broken option in dnf/yum (#76038)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user