Unification of default value for option update_cache

pull/81795/head
sergeymavrin 9 months ago committed by GitHub
parent f22231de20
commit 48605d1f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,9 +35,9 @@ options:
update_cache:
description:
- Run the equivalent of C(apt-get update) before the operation. Can be run as part of the package installation or as a separate step.
- Default is not to update the cache.
aliases: [ update-cache ]
type: bool
default: 'no'
update_cache_retries:
description:
- Amount of retries if the cache update fails. Also see O(update_cache_retry_max_delay).

Loading…
Cancel
Save