From fc81dd32c286195b65aa34af1ba798f30afef40c Mon Sep 17 00:00:00 2001 From: Pablo Escobar Date: Fri, 22 Oct 2021 16:58:23 +0200 Subject: [PATCH] cosmetics. use true instead of yes. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index ddc0070..5fd8366 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -47,7 +47,7 @@ - name: Update apt cache on Debian/Ubuntu systems ansible.builtin.apt: - update_cache: yes + update_cache: true cache_valid_time: 600 when: - ansible_os_family == 'Debian'