mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
apt: clarify cache_valid_time (#53442)
This commit is contained in:
parent
3f97abc6e2
commit
4e39b9fe02
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ options:
|
|||
cache_valid_time:
|
||||
description:
|
||||
- Update the apt cache if its older than the I(cache_valid_time). This option is set in seconds.
|
||||
As of Ansible 2.4, this sets I(update_cache=yes).
|
||||
- As of Ansible 2.4, if explicitly set, this sets I(update_cache=yes).
|
||||
default: 0
|
||||
purge:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue