mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix yum/dnf lock file polling (#47250)
This commit is contained in:
@@ -176,20 +176,11 @@ options:
|
||||
default: "no"
|
||||
type: bool
|
||||
version_added: "2.7"
|
||||
lock_poll:
|
||||
description:
|
||||
- Poll interval to wait for the dnf lockfile to be freed.
|
||||
- "By default this is set to -1, if you set it to a positive integer it will enable to polling"
|
||||
required: false
|
||||
default: -1
|
||||
type: int
|
||||
version_added: "2.8"
|
||||
lock_timeout:
|
||||
description:
|
||||
- Amount of time to wait for the dnf lockfile to be freed
|
||||
- This should be set along with C(lock_poll) to enable the lockfile polling.
|
||||
- Amount of time to wait for the dnf lockfile to be freed.
|
||||
required: false
|
||||
default: 10
|
||||
default: 0
|
||||
type: int
|
||||
version_added: "2.8"
|
||||
notes:
|
||||
|
||||
@@ -183,20 +183,11 @@ options:
|
||||
default: "no"
|
||||
type: bool
|
||||
version_added: "2.7"
|
||||
lock_poll:
|
||||
description:
|
||||
- Poll interval to wait for the yum lockfile to be freed.
|
||||
- "By default this is set to -1, if you set it to a positive integer it will enable to polling"
|
||||
required: false
|
||||
default: -1
|
||||
type: int
|
||||
version_added: "2.8"
|
||||
lock_timeout:
|
||||
description:
|
||||
- Amount of time to wait for the yum lockfile to be freed
|
||||
- This should be set along with C(lock_poll) to enable the lockfile polling.
|
||||
- Amount of time to wait for the yum lockfile to be freed.
|
||||
required: false
|
||||
default: 10
|
||||
default: 0
|
||||
type: int
|
||||
version_added: "2.8"
|
||||
notes:
|
||||
|
||||
Reference in New Issue
Block a user