aboutsummaryrefslogtreecommitdiff
path: root/roles/tor/tasks/tor_install.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/tor/tasks/tor_install.yaml')
-rw-r--r--roles/tor/tasks/tor_install.yaml4
1 files changed, 2 insertions, 2 deletions
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