From f0386e1619ca5fe768972c2d835f998f5f6fed39 Mon Sep 17 00:00:00 2001 From: heqnx Date: Mon, 26 May 2025 09:01:56 +0300 Subject: standardized booleans --- roles/tor/tasks/tor_install.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/tor/tasks') diff --git a/roles/tor/tasks/tor_install.yaml b/roles/tor/tasks/tor_install.yaml index e0f6d1d..8b3d725 100644 --- a/roles/tor/tasks/tor_install.yaml +++ b/roles/tor/tasks/tor_install.yaml @@ -7,7 +7,7 @@ - proxychains - curl state: present - update_cache: yes + update_cache: true - name: check if /etc/tor/torrc exists stat: @@ -18,7 +18,7 @@ copy: src: /etc/tor/torrc dest: /etc/tor/torrc.bak - remote_src: yes + remote_src: true force: no when: - torrc_stat.stat.exists -- cgit v1.2.3