From 1b88234a3ad59e49509db052ff8ea6a22c76364f Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Thu, 7 Jan 2021 22:27:09 +0100 Subject: [PATCH] Fix a typo in the documentation of ansible.builtin.apt (#73061) --- lib/ansible/modules/apt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/apt.py b/lib/ansible/modules/apt.py index e4ce2cd8de8..9c541d8f0e6 100644 --- a/lib/ansible/modules/apt.py +++ b/lib/ansible/modules/apt.py @@ -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