From 05d7102d6afa2d255926a3f4169176dd406c9cd3 Mon Sep 17 00:00:00 2001 From: heqnx Date: Thu, 29 May 2025 19:59:55 +0300 Subject: standardized bools, added cache_valid_time: 86400 --- roles/tor/tasks/tor_install.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/tor/tasks/tor_install.yaml') diff --git a/roles/tor/tasks/tor_install.yaml b/roles/tor/tasks/tor_install.yaml index 3a053e6..f1fc92f 100644 --- a/roles/tor/tasks/tor_install.yaml +++ b/roles/tor/tasks/tor_install.yaml @@ -9,6 +9,7 @@ - netcat-openbsd state: present update_cache: true + cache_valid_time: 86400 - name: check if /etc/tor/torrc exists stat: -- cgit v1.2.3