Fix a typo in the documentation of ansible.builtin.apt (#73061)
This commit is contained in:
parent
b1ee1a285a
commit
1b88234a3a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ options:
|
|||
version_added: '2.10'
|
||||
cache_valid_time:
|
||||
description:
|
||||
- Update the apt cache if its older than the I(cache_valid_time). This option is set in seconds.
|
||||
- Update the apt cache if it is older than the I(cache_valid_time). This option is set in seconds.
|
||||
- As of Ansible 2.4, if explicitly set, this sets I(update_cache=yes).
|
||||
type: int
|
||||
default: 0
|
||||
|
|
Loading…
Reference in a new issue