Fix a typo in the documentation of ansible.builtin.apt (#73061)

This commit is contained in:
Louis Sautier 2021-01-07 22:27:09 +01:00 committed by GitHub
parent b1ee1a285a
commit 1b88234a3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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